referrerpolicy=no-referrer-when-downgrade

Type Alias Public

Source
pub type Public<SubTag> = PublicBytes<PUBLIC_KEY_SERIALIZED_SIZE, (BlsTag, SubTag)>;
Expand description

A public key.

Aliased Type§

struct Public<SubTag>(pub [u8; 144], _);

Fields§

§0: [u8; 144]

Trait Implementations§

Source§

impl<T: BlsBound> CryptoType for Public<T>

Source§

type Pair = Pair<T>

The pair key type of this crypto.