Enum snarkvm_utilities::serialize::EdwardsFlags [−][src]
pub enum EdwardsFlags { PositiveY, NegativeY, }
Expand description
Flags to be encoded into the serialization. The default flags (empty) should not change the binary representation.
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EdwardsFlags
impl Send for EdwardsFlags
impl Sync for EdwardsFlags
impl Unpin for EdwardsFlags
impl UnwindSafe for EdwardsFlags
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V