pub struct NizkProof {
pub commitment: AffinePoint,
pub challenge: Scalar,
pub response: Scalar,
}Expand description
A generic NIZK proof.
Fields§
§commitment: AffinePoint§challenge: Scalar§response: ScalarTrait Implementations§
Auto Trait Implementations§
impl Freeze for NizkProof
impl RefUnwindSafe for NizkProof
impl Send for NizkProof
impl Sync for NizkProof
impl Unpin for NizkProof
impl UnsafeUnpin for NizkProof
impl UnwindSafe for NizkProof
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