tombonner / blowfish-api

Portable, optimised implementation of Bruce Schneier's 64-bit symmetric block cipher, Blowfish.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blowfish-api

Portable, optimised implementation of Bruce Schneier's 64-bit symmetric block cipher, Blowfish. Includes support for multiple block cipher modes, including electronic codebook (ECB), cipher block chaining (CBC), cipher feedback (CFB), output feedback (OFB) and counter (CTR), as well as support for weak key detection and parallelisation using OpenMP.

About

Portable, optimised implementation of Bruce Schneier's 64-bit symmetric block cipher, Blowfish.


Languages

Language:C 99.6%Language:Makefile 0.4%