Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The file containing the cryptography logic. More...
#include "crypto.h"
#include <vector>
#include <algorithm>
#include <openssl/rand.h>
#include <openssl/x509.h>
#include <openssl/md5.h>
#include <cstring>
#include <stdexcept>
Variables | |
static EVP_PKEY * | keypair |
The static OpenCrypto keypair variable. | |
The file containing the cryptography logic.