chore: export default Winterfell randomcoin

This commit is contained in:
Al-Kindi-0 2023-12-21 14:26:23 +01:00 committed by Bobbin Threadbare
parent be1d631630
commit 05309b19bb

View file

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