[][src]Struct clsag::clsag::Clsag

pub struct Clsag { /* fields omitted */ }

Methods

impl Clsag[src]

pub fn new() -> Self[src]

pub fn add_member(&mut self, member: Member)[src]

pub fn public_keys_bytes(&self) -> Vec<u8>[src]

pub fn public_keys(&self) -> Vec<Vec<CompressedRistretto>>[src]

pub fn sign(&self) -> Result<Signature, Error>[src]

pub fn find_signer(&self) -> Result<usize, Error>[src]

pub fn num_signers(&self) -> usize[src]

Auto Trait Implementations

impl Unpin for Clsag

impl Sync for Clsag

impl Send for Clsag

impl UnwindSafe for Clsag

impl RefUnwindSafe for Clsag

Blanket Implementations

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

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

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

type Error = Infallible

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self