_PrngAlgo Struct Reference

Common interface for pseudo-random number generators (PRNG) More...

#include <crypto.h>

Data Fields

const char_tname
 
size_t contextSize
 
PrngAlgoInit init
 
PrngAlgoSeed seed
 
PrngAlgoAddEntropy addEntropy
 
PrngAlgoRead read
 
PrngAlgoDeinit deinit
 

Detailed Description

Common interface for pseudo-random number generators (PRNG)

Definition at line 1103 of file crypto.h.

Field Documentation

◆ addEntropy

PrngAlgoAddEntropy addEntropy

Definition at line 1109 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1106 of file crypto.h.

◆ deinit

Definition at line 1111 of file crypto.h.

◆ init

Definition at line 1107 of file crypto.h.

◆ name

const char_t* name

Definition at line 1105 of file crypto.h.

◆ read

Definition at line 1110 of file crypto.h.

◆ seed

Definition at line 1108 of file crypto.h.


The documentation for this struct was generated from the following file: