Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
bip39
impl
wordlist
bip39_provider.hpp
bip39_types.hpp
dictionary.cpp
dictionary.hpp
entropy_accumulator.cpp
entropy_accumulator.hpp
mnemonic.cpp
mnemonic.hpp
blake2
crypto_store
ecdsa
ed25519
hasher
keccak
pbkdf2
random_generator
secp256k1
sha
sr25519
twox
vrf
crypto_store.hpp
ecdsa_provider.hpp
ecdsa_types.cpp
ecdsa_types.hpp
ed25519_provider.hpp
ed25519_types.cpp
ed25519_types.hpp
hasher.hpp
random_generator.hpp
secp256k1_provider.hpp
secp256k1_types.hpp
sr25519_provider.hpp
sr25519_types.cpp
sr25519_types.hpp
vrf_provider.hpp
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
11
namespace
kagome::crypto::bip39
{
12
namespace
constants {
13
constexpr
size_t
BIP39_SEED_LEN_512
= 64u;
14
}
// namespace constants
15
16
using
Bip39Seed
=
common::Buffer
;
17
}
// namespace kagome::crypto::bip39
18
19
#endif // KAGOME_BIP39_TYPES_HPP
kagome::common::SLBuffer
Class represents arbitrary (including empty) byte buffer.
Definition:
buffer.hpp:29
kagome::crypto::bip39::constants::BIP39_SEED_LEN_512
constexpr size_t BIP39_SEED_LEN_512
Definition:
bip39_types.hpp:13
kagome::common::Buffer
SLBuffer< std::numeric_limits< size_t >::max()> Buffer
Definition:
buffer.hpp:244
kagome::crypto::bip39
Definition:
bip39_types.hpp:11
buffer.hpp
core
crypto
bip39
bip39_types.hpp
Generated by
1.8.11