Skip to content

src/crypto/random_generator.hpp

Namespaces

Name
sgns
sgns::crypto

Types

Name
using libp2p::crypto::random::RandomGenerator RandomGenerator
using libp2p::crypto::random::CSPRNG CSPRNG

Types Documentation

using RandomGenerator

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

using CSPRNG

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

Source code

#ifndef SUPERGENIUS_SRC_CRYPTO_RANDOM_GENERATOR_HPP
#define SUPERGENIUS_SRC_CRYPTO_RANDOM_GENERATOR_HPP

#include <libp2p/crypto/random_generator.hpp>

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

#endif

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