Type Definition k256::schnorr::SignatureBytes

source ·
pub type SignatureBytes = [u8; 64];
Available on crate feature schnorr only.
Expand description

Taproot Schnorr signature serialized as bytes.

Trait Implementations§

source§

impl From<&Signature> for SignatureBytes

source§

fn from(signature: &Signature) -> SignatureBytes

Converts to this type from the input type.
source§

impl From<Signature> for SignatureBytes

source§

fn from(signature: Signature) -> SignatureBytes

Converts to this type from the input type.