m2.cryptaffinity/src/lib/codec.cpp
2009-01-18 20:48:28 +00:00

13 lines
154 B
C++

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