Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:hashes

50          hashes defined.
254 -- Users may want to note that on a P4/GCC3.4 platform "-fno-regmove" greatly accelerates the ciphers/hashes.
285 -- Added DERs for missing hashes, but just the OID not the PKCS #1 v1.5 additions.
295 -- Changed OID representation for hashes to be just a list of unsigned longs (so you can compare against them nicely after decoding a sequence)
658 -- Updated demos/tv_gen to include RIPEMD hashes
675 -- Added SHA-224 to the list of hashes.
715 -- Added RIPEMD hashes to the hashsum demo.
746 -- Added RIPE-MD 128 and 160 to the list of supported hashes [10 in total].
764 -- Added tv_gen program which makes test vectors for ciphers/hashes
775 -- Wrote x86_prof which will time the hashes and ciphers downto cycles per byte.
804 -- Fixed a bug in the hmac testing code if you don't register all the hashes it won't return
899 -- Cleaned up some of the ciphers and hashes (coding style, cosmetic changes)
927 hashes check out [the demos/test.c would still have reported an error, just the wrong one].
1060 v0.66 -- Updated the /demos/test.c program to time the hashes correctly. Also it uses the yarrow PRNG for all of the
1098 v0.62 -- Added the CLEAN_STACK functionality to several of the hashes I forgot to update.
1286 v0.34 -- Added "sha512" to the list of hashes. Produces a 512-bit message digest. Note that with the current
1296 -- Fixed an embarassing typo in the manual concerning the hashes. Thank's Clay for finding it!
1310 -- Made the PK routines not export the ASCII version of the names of ciphers/hashes which makes
1387 -- Fixed an error in the hashes that Brian Gladman found.
1461 [don't ask why... I can't remember]. Anyways the hashes
1464 -- The hashes now wipe the "hash_state" after the digest is computed. This helps