Merge pull request #42 from 0xPolygonMiden/kaneki-random-coin

Reexport publiccoin & publiccoinerror from winterfell
This commit is contained in:
grjte 2023-01-23 17:08:48 +00:00 committed by GitHub
commit 581887916f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {