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 */ }
pub type PrivateKey = Bytes;
Byte array representing an arbitrary private key.
struct PrivateKey { /* private fields */ }