Type Alias commonware_cryptography::PublicKey
source · pub type PublicKey = Bytes;
Expand description
Byte array representing an arbitrary public key.
Aliased Type§
struct PublicKey { /* private fields */ }
pub type PublicKey = Bytes;
Byte array representing an arbitrary public key.
struct PublicKey { /* private fields */ }