Browse Source

chore: export default Winterfell randomcoin

al-gkr-basic-workflow
Al-Kindi-0 1 year ago
parent
commit
5142e2fd31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rand/mod.rs

+ 1
- 1
src/rand/mod.rs

@ -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};

Loading…
Cancel
Save