KeccakPair

Type Alias KeccakPair 

Source
pub type KeccakPair = GenericPair<CryptoBytes<sp_core::::ecdsa::GenericPublic::{constant#0}, (PublicTag, EcdsaKeccakTag)>>;
Expand description

An ecdsa key pair using the keccak algorithm for hashing the message.

Aliased Typeยง

pub struct KeccakPair { /* private fields */ }