Merge pull request #42 from 0xPolygonMiden/kaneki-random-coin
Reexport publiccoin & publiccoinerror from winterfell
This commit is contained in:
commit
581887916f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ pub mod merkle;
|
|||
// RE-EXPORTS
|
||||
// ================================================================================================
|
||||
|
||||
pub use winter_crypto::{RandomCoin, RandomCoinError};
|
||||
|
||||
pub use winter_math::{fields::f64::BaseElement as Felt, FieldElement, StarkField};
|
||||
|
||||
pub mod utils {
|
||||
|
|
Loading…
Add table
Reference in a new issue