Kagome
Polkadot Runtime Engine in C++17
bip39_types.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_BIP39_TYPES_HPP
7 #define KAGOME_BIP39_TYPES_HPP
8 
9 #include "common/buffer.hpp"
10 
12  namespace constants {
13  constexpr size_t BIP39_SEED_LEN_512 = 64u;
14  } // namespace constants
15 
17 } // namespace kagome::crypto::bip39
18 
19 #endif // KAGOME_BIP39_TYPES_HPP
Class represents arbitrary (including empty) byte buffer.
Definition: buffer.hpp:29
constexpr size_t BIP39_SEED_LEN_512
Definition: bip39_types.hpp:13
SLBuffer< std::numeric_limits< size_t >::max()> Buffer
Definition: buffer.hpp:244