pub type Signature = Signature<SIGNATURE_LEN, EcdsaBls377Tag>;
Expand description

(ECDSA,BLS12-377) signature pair.

Aliased Type§

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

Fields§

§0: [u8; 177]

Trait Implementations§

source§

impl CryptoType for Signature

§

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

The pair key type of this crypto.