mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Remove accidental redundant struct
This commit is contained in:
parent
8d093a8440
commit
cf6713e737
@ -12,8 +12,6 @@ use crate::plonk::config::GenericHashOut;
|
||||
/// A prime order field with the features we need to use it as a base field in our argument system.
|
||||
pub trait RichField: PrimeField + GMiMC<12> + Poseidon {}
|
||||
|
||||
pub trait RichField2<const D: usize>: PrimeField + GMiMC<12> + Poseidon + Extendable<D> {}
|
||||
|
||||
impl RichField for GoldilocksField {}
|
||||
|
||||
/// Represents a ~256 bit hash output.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user