File:  [cvs.NetBSD.org] / pkgsrc / security / libtomcrypt / DESCR
Revision 1.2: download - view: text, annotated - select for diffs
Sun Apr 7 20:49:41 2013 UTC (12 years ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, HEAD
Edited DESCR in the case of:
 File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic
toolkit that provides developers with a vast array of well known published block
ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.
LibTomCrypt has been designed from the ground up to be very simple to use. It
has a modular and standard API that allows new ciphers, hashes and PRNGs to be
added or removed without change to the overall end application. It features easy
to use functions and a complete user manual which has many source snippet
examples.

* Block Ciphers
    * Blowfish
    * XTEA
    * RC5
    * RC6
    * SAFER+
    * Rijndael (aka AES)
    * Twofish
    * SAFER (K64, SK64, K128, SK128)
    * RC2
    * DES, 3DES
    * CAST5
    * Noekeon
    * Skipjack
    * Anubis (with optional tweak as proposed by the developers)
    * Khazad
    * KASUMI
    * SEED
...and more!

CVSweb <webmaster@jp.NetBSD.org>