mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-09 15:41:30 +01:00
chore: export default Winterfell randomcoin
This commit is contained in:
@@ -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};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user