scclib
Stable Cloud Computing C++ Library
|
Test file for Symmetric block ciphers. More...
#include <crypto/cipher.h>
#include <gtest/gtest.h>
#include <string>
#include <fstream>
#include <map>
#include <vector>
#include <encode/hex.h>
Go to the source code of this file.
Typedefs | |
using | CharVec = std::vector< char > |
using | mappair = std::pair< const string, Cipher > |
Test file for Symmetric block ciphers.
Definition in file cipher.cc.
string plain |