pub struct ProofAssembly<'a> { /* private fields */ }Implementations§
Source§impl<'a> ProofAssembly<'a>
impl<'a> ProofAssembly<'a>
pub fn new() -> Self
pub fn add(&mut self, commit: Box<dyn ProofCommitments + 'a>)
pub fn compute_challenge(&self) -> Scalar
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ProofAssembly<'a>
impl<'a> !Send for ProofAssembly<'a>
impl<'a> !Sync for ProofAssembly<'a>
impl<'a> !UnwindSafe for ProofAssembly<'a>
impl<'a> Freeze for ProofAssembly<'a>
impl<'a> Unpin for ProofAssembly<'a>
impl<'a> UnsafeUnpin for ProofAssembly<'a>
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