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
blake2
crypto_store
ecdsa
ed25519
hasher
keccak
pbkdf2
random_generator
boost_generator.hpp
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
boost_generator.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_CRYPTO_RANDOM_GENERATOR_BOOST_GENERATOR_HPP
7
#define KAGOME_CORE_CRYPTO_RANDOM_GENERATOR_BOOST_GENERATOR_HPP
8
9
#include "libp2p/crypto/random_generator/boost_generator.hpp"
10
11
namespace
kagome::crypto
{
12
13
using
BoostRandomGenerator
=
libp2p::crypto::random::BoostRandomGenerator
;
14
using
CSPRNG
=
libp2p::crypto::random::CSPRNG
;
15
16
}
// namespace kagome::crypto
17
18
#endif // KAGOME_CORE_CRYPTO_RANDOM_GENERATOR_BOOST_GENERATOR_HPP
kagome::crypto::CSPRNG
libp2p::crypto::random::CSPRNG CSPRNG
Definition:
boost_generator.hpp:14
kagome::crypto
Definition:
author_api_impl.hpp:31
kagome::crypto::BoostRandomGenerator
libp2p::crypto::random::BoostRandomGenerator BoostRandomGenerator
Definition:
boost_generator.hpp:13
core
crypto
random_generator
boost_generator.hpp
Generated by
1.8.11