m2.cryptaffinity/src/lib/codec.cpp

13 lines
154 B
C++
Raw Normal View History

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