10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
LibcryptoRandomBytes Class Reference
Inheritance diagram for LibcryptoRandomBytes:
tenduke::utl::random::RandomBytes

Public Member Functions

void generate (unsigned char *buffer, std::size_t bufferLength) override
 Fills the given buffer with random bytes.

Member Function Documentation

◆ generate()

void tenduke::utl::random::libcrypto::LibcryptoRandomBytes::generate ( unsigned char * buffer,
std::size_t bufferLength )
overridevirtual

Fills the given buffer with random bytes.

Parameters
bufferthe buffer
bufferLengthsize of the buffer in bytes

Implements tenduke::utl::random::RandomBytes.


The documentation for this class was generated from the following files:
  • core/services/default/src/utl/random/LibcryptoRandomBytes.h
  • core/services/default/src/utl/random/LibcryptoRandomBytes.cpp