BeeCrypt  4.2.1
Files | Data Structures | Typedefs
Entropy sources
Collaboration diagram for Entropy sources:

Files

file  beecrypt.h
 BeeCrypt API, headers.
 
file  entropy.h
 Entropy sources, headers.
 

Data Structures

struct  entropySource
 This struct holds information and pointers to code specific to each source of entropy. More...
 

Typedefs

typedef int(* entropyNext )(byte *, size_t)
 Prototype definition for an entropy-generating function. More...
 

Detailed Description

Typedef Documentation

entropyNext

Prototype definition for an entropy-generating function.