Struct cardano_serialization_lib::chain_crypto::algorithms::ed25519::Sig [−][src]
pub struct Sig(_);
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sig
impl UnwindSafe for Sig
Blanket Implementations
Calculate the base32 serialized length
Mutably borrows from an owned value. Read more
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more