Botan
1.10.9
|
#include <rdrand.h>
Public Member Functions | |
std::string | name () const |
void | poll (Entropy_Accumulator &accum) |
Entropy source using the rdrand instruction first introduced on Intel's Ivy Bridge architecture.
|
inlinevirtual |
Implements Botan::EntropySource.
|
virtual |
Perform an entropy gathering poll
accum | is an accumulator object that will be given entropy |
Implements Botan::EntropySource.
Definition at line 20 of file rdrand.cpp.
References Botan::Entropy_Accumulator::add(), Botan::CPUID::has_rdrand(), and r.