xoreos  0.0.5
Namespaces | Functions
blowfish.h File Reference

Encryption / decryption using Bruce Schneier's Blowfish algorithm. More...

#include <vector>
#include "src/common/types.h"
Include dependency graph for blowfish.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Encryption / decryption using Bruce Schneier's Blowfish algorithm.

Definition in file blowfish.h.