Skip to content

Commit

Permalink
Merge pull request #241 from 0xPolygonMiden/al-export-default-randcoin
Browse files Browse the repository at this point in the history
Export default randomcoin
  • Loading branch information
bobbinth authored Dec 21, 2023
2 parents 9fb4133 + 5142e2f commit 2ef6f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rand/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Pseudo-random element generation.
pub use winter_crypto::{RandomCoin, RandomCoinError};
pub use winter_crypto::{DefaultRandomCoin as WinterRandomCoin, RandomCoin, RandomCoinError};

use crate::{Felt, FieldElement, StarkField, Word, ZERO};

Expand Down

0 comments on commit 2ef6f79

Please sign in to comment.