Struct libspartan::ComputationCommitment [−][src]
pub struct ComputationCommitment { /* fields omitted */ }Expand description
ComputationCommitment holds a public preprocessed NP statement (e.g., R1CS)
Auto Trait Implementations
impl RefUnwindSafe for ComputationCommitment
impl Send for ComputationCommitment
impl Sync for ComputationCommitment
impl Unpin for ComputationCommitment
impl UnwindSafe for ComputationCommitment
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self to T.
pub fn from_bits(t: T) -> T
pub fn from_bits(t: T) -> T
Safe lossless bitwise transmute from T to Self.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T to Self.
pub fn into_bits(self) -> U
pub fn into_bits(self) -> U
Safe lossless bitwise transmute from self to T.