[][src]Function solana_libra_crypto::ed25519::compat::generate_genesis_keypair

pub fn generate_genesis_keypair() -> (Ed25519PrivateKey, Ed25519PublicKey)

Generates a well-known keypair (Ed25519PrivateKey, Ed25519PublicKey) for special use in the genesis block. A genesis block is the first block of a blockchain and it is hardcoded as it's a special case in that it does not reference a previous block.