Cuberite
A lightweight, fast and extensible game server for Minecraft
src
mbedTLS++
EntropyContext.h
Go to the documentation of this file.
1
2
// EntropyContext.h
3
4
// Declares the cEntropyContext class representing a wrapper over entropy contexts in mbedTLS
5
6
7
8
9
10
#pragma once
11
12
#include "mbedtls/entropy.h"
13
14
15
16
17
18
class
cEntropyContext
19
{
20
friend
class
cCtrDrbgContext
;
21
public
:
22
cEntropyContext
(
void
);
23
~cEntropyContext
();
24
25
protected
:
26
mbedtls_entropy_context
m_Entropy
;
27
} ;
28
29
30
31
cCtrDrbgContext
Definition:
CtrDrbgContext.h:26
cEntropyContext
Definition:
EntropyContext.h:19
cEntropyContext::~cEntropyContext
~cEntropyContext()
Definition:
EntropyContext.cpp:22
cEntropyContext::m_Entropy
mbedtls_entropy_context m_Entropy
Definition:
EntropyContext.h:26
cEntropyContext::cEntropyContext
cEntropyContext(void)
Definition:
EntropyContext.cpp:13
Generated on Fri Oct 25 2024 05:01:15 for Cuberite by
1.9.1