m2.cryptaffinity/src/lib/codec.cpp

13 lines
155 B
C++

#include "codec.hh"
namespace LibCryptAffinity {
Codec::Codec(){
}
Text Codec::encode(Text t, Key k) { }
Text Codec::decode(Text t, Key k) { }
}