Struct ed25519_dalek::SecretKey [] [src]

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

An ed25519 private key.

Methods

impl SecretKey
[src]

View this secret key as an array of 32 bytes.

Sign a message with this keypair's secret key.

Trait Implementations

impl Debug for SecretKey
[src]

Formats the value using the given formatter.