pub struct SchnorrStatement {
pub public_key: RistrettoPoint,
}Expand description
Public statement for Schnorr proof: the public key.
Fields§
§public_key: RistrettoPointTrait Implementations§
Source§impl Clone for SchnorrStatement
impl Clone for SchnorrStatement
Source§fn clone(&self) -> SchnorrStatement
fn clone(&self) -> SchnorrStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SchnorrStatement
impl RefUnwindSafe for SchnorrStatement
impl Send for SchnorrStatement
impl Sync for SchnorrStatement
impl Unpin for SchnorrStatement
impl UnwindSafe for SchnorrStatement
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