openssl/crypto/bf
2022-12-15 23:49:32 +08:00
..
asm 源码提交 2022-12-15 23:49:32 +08:00
bf_cbc.c 源码提交 2022-12-15 23:49:32 +08:00
bf_cfb64.c 源码提交 2022-12-15 23:49:32 +08:00
bf_ecb.c 源码提交 2022-12-15 23:49:32 +08:00
bf_enc.c 源码提交 2022-12-15 23:49:32 +08:00
bf_locl.h 源码提交 2022-12-15 23:49:32 +08:00
bf_ofb64.c 源码提交 2022-12-15 23:49:32 +08:00
bf_opts.c 源码提交 2022-12-15 23:49:32 +08:00
bf_pi.h 源码提交 2022-12-15 23:49:32 +08:00
bf_skey.c 源码提交 2022-12-15 23:49:32 +08:00
bfs.cpp 源码提交 2022-12-15 23:49:32 +08:00
bfspeed.c 源码提交 2022-12-15 23:49:32 +08:00
bftest.c 源码提交 2022-12-15 23:49:32 +08:00
blowfish.h 源码提交 2022-12-15 23:49:32 +08:00
COPYRIGHT 源码提交 2022-12-15 23:49:32 +08:00
INSTALL 源码提交 2022-12-15 23:49:32 +08:00
Makefile 源码提交 2022-12-15 23:49:32 +08:00
README 源码提交 2022-12-15 23:49:32 +08:00
VERSION 源码提交 2022-12-15 23:49:32 +08:00

This is a quick packaging up of my blowfish code into a library.
It has been lifted from SSLeay.
The copyright notices seem a little harsh because I have not spent the
time to rewrite the conditions from the normal SSLeay ones.

Basically if you just want to play with the library, not a problem.

eric 15-Apr-1997