referrerpolicy=no-referrer-when-downgrade

Public

Type Alias Public 

Source
pub type Public = Public<PUBLIC_KEY_LEN, EcdsaBls377Tag>;
Expand description

(ECDSA,BLS12-377) public key pair.

Aliased Type§

#[repr(transparent)]
pub struct Public(pub [u8; 177], _);

Tuple Fields§

§0: [u8; 177]

Trait Implementations§

Source§

impl CryptoType for Public

Source§

type Pair = Pair<GenericPair<CryptoBytes<PUBLIC_KEY_SERIALIZED_SIZE, (PublicTag, EcdsaTag)>>, Pair<TinyBLS<Bls12<Config>, Config>>, PUBLIC_KEY_LEN, SIGNATURE_LEN, POP_LEN, EcdsaBls377Tag>

The pair key type of this crypto.