referrerpolicy=no-referrer-when-downgrade

Type Alias ProofOfPossession

Source
pub type ProofOfPossession = Signature<POP_LEN, EcdsaBls377Tag>;
Expand description

(ECDSA, (BLS12-377, BLS12-377))

Aliased Type§

struct ProofOfPossession(pub [u8; 289], _);

Fields§

§0: [u8; 289]

Trait Implementations§

Source§

impl CryptoType for ProofOfPossession

Source§

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

The pair key type of this crypto.