feat: add rpx random coin (#307)

This commit is contained in:
Menko
2024-04-24 09:40:42 +02:00
committed by GitHub
parent 43fe7a1072
commit d7868c5863
2 changed files with 294 additions and 0 deletions

View File

@@ -7,7 +7,9 @@ pub use winter_utils::Randomizable;
use crate::{Felt, FieldElement, Word, ZERO};
mod rpo;
mod rpx;
pub use rpo::RpoRandomCoin;
pub use rpx::RpxRandomCoin;
/// Pseudo-random element generator.
///