Browse Source

refactor: reexport publiccoin & publiccoinerror from winterfell

Signed-off-by: 0xKanekiKen <100861945+0xKanekiKen@users.noreply.github.com>
al-gkr-basic-workflow
0xKanekiKen 2 years ago
parent
commit
ce2cbe704b
No known key found for this signature in database GPG Key ID: 710E7542D34F548D
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/lib.rs

+ 2
- 0
src/lib.rs

@ -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…
Cancel
Save