PrngAlgo Struct Reference

Common interface for pseudo-random number generators. More...

#include <crypto.h>

Data Fields

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

Detailed Description

Common interface for pseudo-random number generators.

Definition at line 922 of file crypto.h.

Field Documentation

◆ addEntropy

PrngAlgoAddEntropy addEntropy

Definition at line 929 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 925 of file crypto.h.

◆ deinit

Definition at line 931 of file crypto.h.

◆ init

Definition at line 926 of file crypto.h.

◆ name

const char_t* name

Definition at line 924 of file crypto.h.

◆ read

Definition at line 930 of file crypto.h.

◆ release

PrngAlgoRelease release

Definition at line 927 of file crypto.h.

◆ seed

Definition at line 928 of file crypto.h.


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