|
Kagome
Polkadot Runtime Engine in C++17
|
Enumerations | |
| enum | { PRIVKEY_SIZE = ED25519_SECRET_KEY_LENGTH, PUBKEY_SIZE = ED25519_PUBLIC_KEY_LENGTH, SIGNATURE_SIZE = ED25519_SIGNATURE_LENGTH, SEED_SIZE = PRIVKEY_SIZE } |
| anonymous enum |
Important constants to deal with ed25519
| Enumerator | |
|---|---|
| PRIVKEY_SIZE | |
| PUBKEY_SIZE | |
| SIGNATURE_SIZE | |
| SEED_SIZE | |
Definition at line 21 of file ed25519_types.hpp.