Struct snarkvm_algorithms::signature::schnorr::SchnorrOutput [−][src]
pub struct SchnorrOutput<G: Group> { pub prover_response: <G as Group>::ScalarField, pub verifier_challenge: <G as Group>::ScalarField, }
Fields
prover_response: <G as Group>::ScalarField
verifier_challenge: <G as Group>::ScalarField
Trait Implementations
impl<G: Group> Clone for SchnorrOutput<G> where
G: Group,
[src]
impl<G: Group> Clone for SchnorrOutput<G> where
G: Group,
[src]impl<G: Group> Debug for SchnorrOutput<G> where
G: Group,
[src]
impl<G: Group> Debug for SchnorrOutput<G> where
G: Group,
[src]impl<G: Group> Default for SchnorrOutput<G> where
G: Group,
[src]
impl<G: Group> Default for SchnorrOutput<G> where
G: Group,
[src]impl<G: Group> FromBytes for SchnorrOutput<G>
[src]
impl<G: Group> FromBytes for SchnorrOutput<G>
[src]Auto Trait Implementations
impl<G> RefUnwindSafe for SchnorrOutput<G> where
<G as Group>::ScalarField: RefUnwindSafe,
<G as Group>::ScalarField: RefUnwindSafe,
impl<G> Send for SchnorrOutput<G>
impl<G> Sync for SchnorrOutput<G>
impl<G> Unpin for SchnorrOutput<G> where
<G as Group>::ScalarField: Unpin,
<G as Group>::ScalarField: Unpin,
impl<G> UnwindSafe for SchnorrOutput<G> where
<G as Group>::ScalarField: UnwindSafe,
<G as Group>::ScalarField: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,