42845c849e
3.0.0: - Cleaned up installed header files. - Modified the API so that all keys can be passed as arrays of bytes. - Modified the API so that all key sizes are given in bits. - Modified the multi-precision integer library to work better on 64-bit machines. - Modified the assembly source generation mechanism, employing the m4 macro processor. - Added multi-precision integer vectorized assembler routines for Itanium. - Added multi-precision integer assembler routines for PowerPC 64-bit. - Added multi-precision integer assembler routines for Alpha. - Added multi-precision integer assembler routines for Opteron. - Added multi-precision integer assembler routines for IBM zSeries 64-bit. - Added multi-precision integer assembler routines for M68K. - Added Jeff Johnson's python bindings. - Added new unit tests. - Added new benchmarking programs. 2.3.0pre: - Modified the header files so that the library now uses self-contained autoconf-generated configuration files; a program employing BeeCrypt can now use the symbols already tested and defined instead of having to regenerate them (thus also eliminating the risk of inconsistencies). - Added the AES algorithm, with assembler routines for i586 and powerpc. - Added the DSA signature algorithm. - Added PowerPC assembler routines for blowfish. - Added Pentium4 SSE2 assembler multiplication routines. - Fixed the RSA CRT algorithm. - Fixed the gas/i386 mp32even and mp32odd routines. - Fixed a bug in modular inverse computation; thanks to Jeff Johnson of RedHat for pointing this out. - Fixed a bug in testing the result of a gcd operation in the mp32prndconone routine. - Fixed an ugly bug in base64 decoding. - Fixed compatibility with the latest automake & autoconf versions. - Replaces CPU optimization mechanism in configure script.
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2003/08/03 20:58:18 jmmv Exp $
|
|
include/beecrypt/aes.h
|
|
include/beecrypt/aesopt.h
|
|
include/beecrypt/base64.h
|
|
include/beecrypt/beecrypt.api.h
|
|
include/beecrypt/beecrypt.gnu.h
|
|
include/beecrypt/beecrypt.h
|
|
include/beecrypt/beecrypt.win.h
|
|
include/beecrypt/blockmode.h
|
|
include/beecrypt/blockpad.h
|
|
include/beecrypt/blowfish.h
|
|
include/beecrypt/blowfishopt.h
|
|
include/beecrypt/dhaes.h
|
|
include/beecrypt/dldp.h
|
|
include/beecrypt/dlkp.h
|
|
include/beecrypt/dlpk.h
|
|
include/beecrypt/dlsvdp-dh.h
|
|
include/beecrypt/dsa.h
|
|
include/beecrypt/elgamal.h
|
|
include/beecrypt/endianness.h
|
|
include/beecrypt/entropy.h
|
|
include/beecrypt/fips186.h
|
|
include/beecrypt/hmac.h
|
|
include/beecrypt/hmacmd5.h
|
|
include/beecrypt/hmacsha1.h
|
|
include/beecrypt/hmacsha256.h
|
|
include/beecrypt/md5.h
|
|
include/beecrypt/memchunk.h
|
|
include/beecrypt/mp.h
|
|
include/beecrypt/mpbarrett.h
|
|
include/beecrypt/mpnumber.h
|
|
include/beecrypt/mpopt.h
|
|
include/beecrypt/mpprime.h
|
|
include/beecrypt/mtprng.h
|
|
include/beecrypt/rsa.h
|
|
include/beecrypt/rsakp.h
|
|
include/beecrypt/rsapk.h
|
|
include/beecrypt/sha1.h
|
|
include/beecrypt/sha1opt.h
|
|
include/beecrypt/sha256.h
|
|
include/beecrypt/timestamp.h
|
|
lib/libbeecrypt.a
|
|
lib/libbeecrypt.la
|
|
lib/libbeecrypt.so
|
|
lib/libbeecrypt.so.6
|
|
lib/libbeecrypt.so.6.0
|
|
@dirrm include/beecrypt
|