Sat Jul 15 17:22:53 2017 UTC ()
Shorten.


(wiz)
diff -r1.2 -r1.3 pkgsrc/security/libtomcrypt/DESCR

cvs diff -r1.2 -r1.3 pkgsrc/security/libtomcrypt/DESCR (expand / switch to unified diff)

--- pkgsrc/security/libtomcrypt/DESCR 2013/04/07 20:49:41 1.2
+++ pkgsrc/security/libtomcrypt/DESCR 2017/07/15 17:22:53 1.3
@@ -1,29 +1,10 @@ @@ -1,29 +1,10 @@
1LibTomCrypt is a fairly comprehensive, modular and portable cryptographic 1LibTomCrypt is a fairly comprehensive, modular and portable
2toolkit that provides developers with a vast array of well known published block 2cryptographic toolkit that provides developers with a vast array
3ciphers, one-way hash functions, chaining modes, pseudo-random number 3of well known published block ciphers, one-way hash functions,
4generators, public key cryptography and a plethora of other routines. 4chaining modes, pseudo-random number generators, public key
5LibTomCrypt has been designed from the ground up to be very simple to use. It 5cryptography and a plethora of other routines. LibTomCrypt has
6has a modular and standard API that allows new ciphers, hashes and PRNGs to be 6been designed from the ground up to be very simple to use. It has
7added or removed without change to the overall end application. It features easy 7a modular and standard API that allows new ciphers, hashes and PRNGs
8to use functions and a complete user manual which has many source snippet 8to be added or removed without change to the overall end application.
9examples. 9It features easy to use functions and a complete user manual which
10 10has many source snippet examples.
11* Block Ciphers 
12 * Blowfish 
13 * XTEA 
14 * RC5 
15 * RC6 
16 * SAFER+ 
17 * Rijndael (aka AES) 
18 * Twofish 
19 * SAFER (K64, SK64, K128, SK128) 
20 * RC2 
21 * DES, 3DES 
22 * CAST5 
23 * Noekeon 
24 * Skipjack 
25 * Anubis (with optional tweak as proposed by the developers) 
26 * Khazad 
27 * KASUMI 
28 * SEED 
29...and more!