[][src]Trait iota_signing_preview::Signature

pub trait Signature {
    fn size(&self) -> usize;
fn from_buf(buf: TritBuf) -> Self;
fn as_bytes(&self) -> &[i8];
fn trits(&self) -> &Trits; }

Required methods

fn size(&self) -> usize

fn from_buf(buf: TritBuf) -> Self

fn as_bytes(&self) -> &[i8]

fn trits(&self) -> &Trits

Loading content...

Implementors

impl<S: Sponge + Default> Signature for MssSignature<S>[src]

impl<S: Sponge + Default> Signature for WotsSignature<S>[src]

Loading content...