commonware_cryptography

Type Alias PrivateKey

source
pub type PrivateKey = Bytes;
Expand description

Byte array representing an arbitrary private key.

Aliased Typeยง

struct PrivateKey { /* private fields */ }