_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 1071 of file crypto.h.

Field Documentation

◆ addEntropy

PrngAlgoAddEntropy addEntropy

Definition at line 1077 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1074 of file crypto.h.

◆ deinit

Definition at line 1079 of file crypto.h.

◆ init

Definition at line 1075 of file crypto.h.

◆ name

const char_t* name

Definition at line 1073 of file crypto.h.

◆ read

Definition at line 1078 of file crypto.h.

◆ seed

Definition at line 1076 of file crypto.h.


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