Struct snarkvm_algorithms::signature::aleo::AleoSignature
source · [−]pub struct AleoSignature<TE: TwistedEdwardsParameters> {
pub prover_response: TE::ScalarField,
pub verifier_challenge: TE::ScalarField,
/* private fields */
}
Fields
prover_response: TE::ScalarField
verifier_challenge: TE::ScalarField
Implementations
sourceimpl<TE: TwistedEdwardsParameters> AleoSignature<TE>
impl<TE: TwistedEdwardsParameters> AleoSignature<TE>
Trait Implementations
sourceimpl<TE: TwistedEdwardsParameters> Clone for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
impl<TE: TwistedEdwardsParameters> Clone for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
sourceimpl<TE: TwistedEdwardsParameters> Debug for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
impl<TE: TwistedEdwardsParameters> Debug for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
sourceimpl<TE: TwistedEdwardsParameters> Default for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
impl<TE: TwistedEdwardsParameters> Default for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
sourceimpl<TE: TwistedEdwardsParameters> FromBytes for AleoSignature<TE>
impl<TE: TwistedEdwardsParameters> FromBytes for AleoSignature<TE>
sourceimpl<TE: TwistedEdwardsParameters> PartialEq<AleoSignature<TE>> for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
impl<TE: TwistedEdwardsParameters> PartialEq<AleoSignature<TE>> for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
sourceimpl<TE: TwistedEdwardsParameters> ToBytes for AleoSignature<TE>
impl<TE: TwistedEdwardsParameters> ToBytes for AleoSignature<TE>
impl<TE: TwistedEdwardsParameters> Copy for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
impl<TE: TwistedEdwardsParameters> Eq for AleoSignature<TE> where
TE: TwistedEdwardsParameters,
Auto Trait Implementations
impl<TE> RefUnwindSafe for AleoSignature<TE> where
<TE as ModelParameters>::BaseField: RefUnwindSafe,
<TE as ModelParameters>::ScalarField: RefUnwindSafe,
impl<TE> Send for AleoSignature<TE>
impl<TE> Sync for AleoSignature<TE>
impl<TE> Unpin for AleoSignature<TE> where
<TE as ModelParameters>::BaseField: Unpin,
<TE as ModelParameters>::ScalarField: Unpin,
impl<TE> UnwindSafe for AleoSignature<TE> where
<TE as ModelParameters>::BaseField: UnwindSafe,
<TE as ModelParameters>::ScalarField: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcepub fn equivalent(&self, key: &K) -> bool
pub fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more