Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Attributes | Friends | List of all members
cEntropyContext Class Reference

#include <EntropyContext.h>

Public Member Functions

 cEntropyContext (void)
 
 ~cEntropyContext ()
 

Protected Attributes

mbedtls_entropy_context m_Entropy
 

Friends

class cCtrDrbgContext
 

Detailed Description

Definition at line 18 of file EntropyContext.h.

Constructor & Destructor Documentation

◆ cEntropyContext()

cEntropyContext::cEntropyContext ( void  )

Definition at line 13 of file EntropyContext.cpp.

◆ ~cEntropyContext()

cEntropyContext::~cEntropyContext ( )

Definition at line 22 of file EntropyContext.cpp.

Friends And Related Function Documentation

◆ cCtrDrbgContext

friend class cCtrDrbgContext
friend

Definition at line 20 of file EntropyContext.h.

Member Data Documentation

◆ m_Entropy

mbedtls_entropy_context cEntropyContext::m_Entropy
protected

Definition at line 26 of file EntropyContext.h.


The documentation for this class was generated from the following files: