Struct yubihsm::commands::sign_eddsa::Ed25519Signature[][src]

pub struct Ed25519Signature(pub [u8; 64]);

Ed25519 signature (64-bytes) response from commands::sign_ed25519

Trait Implementations

impl AsRef<[u8]> for Ed25519Signature
[src]

Important traits for &'a [u8]

Performs the conversion.

impl Debug for Ed25519Signature
[src]

Formats the value using the given formatter. Read more

impl Serialize for Ed25519Signature
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Ed25519Signature
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations