xoreos
0.0.5
|
Encryption / decryption using Bruce Schneier's Blowfish algorithm. More...
Go to the source code of this file.
Namespaces | |
Common | |
Functions | |
MemoryReadStream * | Common::encryptBlowfishEBC (SeekableReadStream &input, const std::vector< byte > &key) |
Encrypt the stream with the Blowfish algorithm in EBC mode. More... | |
MemoryReadStream * | Common::decryptBlowfishEBC (SeekableReadStream &input, const std::vector< byte > &key) |
Decrypt the stream with the Blowfish algorithm in EBC mode. More... | |
Encryption / decryption using Bruce Schneier's Blowfish algorithm.
Definition in file blowfish.h.