Kagome
Polkadot Runtime Engine in C++17
|
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 } |
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.