Struct yubihsm::responses::SignDataEdDSAResponse [] [src]

pub struct SignDataEdDSAResponse {
    pub signature: Vec<u8>,
}

Response from CommandType::SignDataEdDSA

Fields

Ed25519 signature (64-bytes)

Trait Implementations

impl Debug for SignDataEdDSAResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations