Trait snarkvm_algorithms::snark::varuna::SNARKMode
source · pub trait SNARKMode:
'static
+ Copy
+ Clone
+ Debug
+ PartialEq
+ Eq
+ Sync
+ Send {
const ZK: bool;
}
Expand description
A trait to specify the SNARK mode.
Required Associated Constants§
Object Safety§
This trait is not object safe.