[][src]Struct bulletproofs::range_proof_mpc::messages::PolyChallenge

pub struct PolyChallenge {
    pub(super) x: Scalar,
}

Challenge values derived from all parties' PolyCommitments.

Fields

x: Scalar

Trait Implementations

impl Clone for PolyChallenge[src]

impl Copy for PolyChallenge[src]

impl Debug for PolyChallenge[src]

impl<'de> Deserialize<'de> for PolyChallenge[src]

impl Serialize for PolyChallenge[src]

Auto Trait Implementations

impl RefUnwindSafe for PolyChallenge

impl Send for PolyChallenge

impl Sync for PolyChallenge

impl Unpin for PolyChallenge

impl UnwindSafe for PolyChallenge

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.