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

Variables

static constexpr size_t kUncompressedPublicKeySize = 65u
 
static constexpr size_t kCompressedPublicKeySize = 33u
 
static constexpr size_t kCompactSignatureSize = 65u
 
static constexpr size_t kGeneralPublicKeySize = 64u
 

Variable Documentation

constexpr size_t kagome::crypto::secp256k1::constants::kCompactSignatureSize = 65u
static

Definition at line 15 of file secp256k1_types.hpp.

constexpr size_t kagome::crypto::secp256k1::constants::kCompressedPublicKeySize = 33u
static

Definition at line 14 of file secp256k1_types.hpp.

constexpr size_t kagome::crypto::secp256k1::constants::kGeneralPublicKeySize = 64u
static

Definition at line 16 of file secp256k1_types.hpp.

constexpr size_t kagome::crypto::secp256k1::constants::kUncompressedPublicKeySize = 65u
static

Definition at line 13 of file secp256k1_types.hpp.