[][src]Trait solana_libra_nextgen_crypto::traits::Genesis

pub trait Genesis: PrivateKey {
    fn genesis() -> Self;
}

A type family with a by-convention notion of genesis private key.

Required methods

fn genesis() -> Self

Produces the genesis private key.

Loading content...

Implementors

impl Genesis for BLS12381PrivateKey[src]

impl Genesis for Ed25519PrivateKey[src]

Loading content...