pub enum ProofType {
Stark,
Snark,
Bulletproof,
}
Expand description
Types of zero-knowledge proofs supported by lib-Q
Variants§
Trait Implementations§
impl Eq for ProofType
impl StructuralPartialEq for ProofType
Auto Trait Implementations§
impl Freeze for ProofType
impl RefUnwindSafe for ProofType
impl Send for ProofType
impl Sync for ProofType
impl Unpin for ProofType
impl UnwindSafe for ProofType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more