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

Enumerations

enum  { PRIVKEY_SIZE = sizeof(libp2p::crypto::ecdsa::PrivateKey), PUBKEY_SIZE = sizeof(libp2p::crypto::ecdsa::PublicKey), SIGNATURE_SIZE = 65, SEED_SIZE = PRIVKEY_SIZE }
 

Enumeration Type Documentation

anonymous enum
Enumerator
PRIVKEY_SIZE 
PUBKEY_SIZE 
SIGNATURE_SIZE 
SEED_SIZE 

Definition at line 17 of file ecdsa_types.hpp.