DESCR 417 B

12345678
  1. This is a general purpose cryptographic library based on the
  2. code from GnuPG. It provides functions for all cryptographic
  3. building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
  4. Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
  5. TIGER-192), MACs (HMAC for all hash algorithms), public key
  6. algorithms (RSA, ElGamal, DSA), large integer functions, random
  7. numbers and a lot of supporting functions.