Type Alias narwhal_crypto::PublicKey

source ·
pub type PublicKey = BLS12381PublicKey;
Expand description

Type aliases selecting the signature algorithm for the code base.

Aliased Type§

struct PublicKey { /* private fields */ }