Browse Source

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

Reexport publiccoin & publiccoinerror from winterfell
al-gkr-basic-workflow
grjte 2 years ago
committed by GitHub
parent
commit
581887916f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 // RE-EXPORTS
// ================================================================================================ // ================================================================================================
pub use winter_crypto::{RandomCoin, RandomCoinError};
pub use winter_math::{fields::f64::BaseElement as Felt, FieldElement, StarkField}; pub use winter_math::{fields::f64::BaseElement as Felt, FieldElement, StarkField};
pub mod utils { pub mod utils {

Loading…
Cancel
Save