pub type SignatureBytes = [u8; 64];
Expand description
Taproot Schnorr signature serialized as bytes.
Trait Implementations§
Source§impl From<&Signature> for SignatureBytes
impl From<&Signature> for SignatureBytes
Source§fn from(signature: &Signature) -> SignatureBytes
fn from(signature: &Signature) -> SignatureBytes
Converts to this type from the input type.
Source§impl From<Signature> for SignatureBytes
impl From<Signature> for SignatureBytes
Source§fn from(signature: Signature) -> SignatureBytes
fn from(signature: Signature) -> SignatureBytes
Converts to this type from the input type.