chore: export default Winterfell randomcoin
This commit is contained in:
parent
be1d631630
commit
05309b19bb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//! Pseudo-random element generation.
|
//! 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};
|
use crate::{Felt, FieldElement, StarkField, Word, ZERO};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue