Merge pull request #241 from 0xPolygonMiden/al-export-default-randcoin

Export default randomcoin
This commit is contained in:
Bobbin Threadbare
2023-12-21 11:21:56 -08:00
committed by GitHub

View File

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