Type Alias commonware_cryptography::PrivateKey

source ·
pub type PrivateKey = Bytes;
Expand description

Byte array representing an arbitrary private key.

Aliased Type§

struct PrivateKey { /* private fields */ }