comparison libtomcrypt/notes/tech0003.txt @ 1471:6dba84798cd5

Update to libtomcrypt 1.18.1, merged with Dropbear changes
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 21:44:05 +0800
parents 1b9e69c058d2
children
comparison
equal deleted inserted replaced
1470:8bba51a55704 1471:6dba84798cd5
45 left undefined and Noekeon should remain. While Noekeon is generally considered a secure block cipher (it is insecure 45 left undefined and Noekeon should remain. While Noekeon is generally considered a secure block cipher (it is insecure
46 as a hash) CAST5 is perhaps a "runner-up" choice. CAST5 has been around longer (it is also known as CAST-128) and is 46 as a hash) CAST5 is perhaps a "runner-up" choice. CAST5 has been around longer (it is also known as CAST-128) and is
47 fairly fast as well. 47 fairly fast as well.
48 48
49 You can easily accomplish this via the "config.pl" script. Simply answer "n" to all of the ciphers except the one you want 49 You can easily accomplish this via the "config.pl" script. Simply answer "n" to all of the ciphers except the one you want
50 and then rebuild the library. [or you can hand edit mycrypt_custom.h] 50 and then rebuild the library. [or you can hand edit tomcrypt_custom.h]
51 51
52 52