Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::constants::sr25519 Namespace Reference

Namespaces

 vrf
 

Enumerations

enum  {
  KEYPAIR_SIZE = SR25519_KEYPAIR_SIZE, SECRET_SIZE = SR25519_SECRET_SIZE, PUBLIC_SIZE = SR25519_PUBLIC_SIZE, SIGNATURE_SIZE = SR25519_SIGNATURE_SIZE,
  SEED_SIZE = SR25519_SEED_SIZE
}
 

Enumeration Type Documentation

anonymous enum

Important constants to deal with sr25519

Enumerator
KEYPAIR_SIZE 
SECRET_SIZE 
PUBLIC_SIZE 
SIGNATURE_SIZE 
SEED_SIZE 

Definition at line 24 of file sr25519_types.hpp.