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

(ECDSA,BLS12-377) public key pair.

Aliased Type§

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

Fields§

§0: [u8; 177]

Trait Implementations§

source§

impl CryptoType for Public

§

type Pair = Pair<Pair, Pair<TinyBLS<Bls12<Config>, Config>>, PUBLIC_KEY_LEN, SIGNATURE_LEN, EcdsaBls377Tag>

The pair key type of this crypto.