Skip to content

src/crypto/random_generator/boost_generator.hpp

Namespaces

Name
sgns
sgns::crypto

Types

Name
using libp2p::crypto::random::BoostRandomGenerator BoostRandomGenerator

Types Documentation

using BoostRandomGenerator

using sgns::crypto::BoostRandomGenerator = libp2p::crypto::random::BoostRandomGenerator;

Source code

#ifndef SUPERGENIUS_SRC_CRYPTO_RANDOM_GENERATOR_BOOST_GENERATOR_HPP
#define SUPERGENIUS_SRC_CRYPTO_RANDOM_GENERATOR_BOOST_GENERATOR_HPP

#include <libp2p/crypto/random_generator/boost_generator.hpp>

namespace sgns::crypto
{
    using BoostRandomGenerator = libp2p::crypto::random::BoostRandomGenerator;
    using CSPRNG               = libp2p::crypto::random::CSPRNG;
}

#endif

Updated on 2026-03-04 at 13:10:44 -0800