OpenDOF Project
Functions
PCRSecureRandom

A Cryptographically Secure Random Number Generator implementation. More...

Functions

void PCRSecureRandom_Generate (uint32 len, uint8 *buf)
 Generate a sequence of random data, filling the given buffer.
 
uint32 PCRSecureRandom_Get (void)
 Retrieve a random number.
 

Detailed Description

A Cryptographically Secure Random Number Generator implementation.

Note
The quality of the randomness should be suitable for cryptography and security applications.
core-c-dof-pcr-dev Version 7.0.1 Build 0
2017-04-11