Trait snarkvm_algorithms::traits::snark::PrepareOrd
source · pub trait PrepareOrd {
type Prepared: Ord;
// Required method
fn prepare(&self) -> Self::Prepared;
}
Expand description
Defines trait that describes preparing from an unprepared version to an orderable prepare version.