1#ifndef CODEX_BASE64_TEST_H
2#define CODEX_BASE64_TEST_H
void rfc_4648_encode()
Definition test.cpp:75
static constexpr std::size_t MAX_SIZE
Definition test.hpp:11
void invalid()
Definition test.cpp:80
void rfc_4648_encode_data()
Definition test.cpp:68
void rfc_4648_decode()
Definition test.cpp:77
static constexpr std::size_t N_SAMPLES
Definition test.hpp:11
void base64_decode()
Definition test.cpp:73
void base64_decode_data()
Definition test.cpp:67
void base64_encode_data()
Definition test.cpp:66
Base64Test()
Definition test.cpp:27
void pad_data()
Definition test.cpp:87
void rfc_4648()
Definition test.cpp:50
std::vector< std::size_t > sizes
Definition test.hpp:13
void rfc_4648_data()
Definition test.cpp:38
void base64_encode()
Definition test.cpp:71
void pad()
Definition test.cpp:94
void rfc_4648_decode_data()
Definition test.cpp:69
std::mt19937 gen
Definition test.hpp:12