primitives::poseidon: Add constants for Fq field modulus.

This commit is contained in:
therealyingtong 2021-08-20 14:19:11 +08:00
parent 2c8241f25b
commit 8e00f69d63
4 changed files with 2854 additions and 1424 deletions

View File

@ -7,6 +7,8 @@ use std::marker::PhantomData;
use halo2::arithmetic::FieldExt;
pub(crate) mod fp;
pub(crate) mod fq;
pub(crate) mod grain;
pub(crate) mod mds;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff