|
Kagome
Polkadot Runtime Engine in C++17
|
Enumerations | |
| enum | { PRIVKEY_SIZE = sizeof(libp2p::crypto::ecdsa::PrivateKey), PUBKEY_SIZE = sizeof(libp2p::crypto::ecdsa::PublicKey), SIGNATURE_SIZE = 65, SEED_SIZE = PRIVKEY_SIZE } |
| anonymous enum |
| Enumerator | |
|---|---|
| PRIVKEY_SIZE | |
| PUBKEY_SIZE | |
| SIGNATURE_SIZE | |
| SEED_SIZE | |
Definition at line 17 of file ecdsa_types.hpp.