Lines Matching full:hash
195 -- Fixed bug in ecc_decrypt_key() which could possibly lead to overflows (if MAXBLOCKSIZE > ECC_BUF_SIZE and you have a hash that emits MAXBLOCKSIZE bytes)
216 -- Added hmac callback to hash descriptors.
226 -- Added find_hash_oid() to search for a hash by its OID
323 -- Updated OAEP encoder/decoder to catch when the hash output is too large
387 -- Added "multi block" helpers for hash, hmac, pmac and omac routines so you can process multiple non-adjacent
453 -- Made hash functions "init" return an int. slight change to API ;-(
454 -- Added "CHC" mode which turns any cipher into a hash the other LTC functions can use
478 -- Update Fortuna's export() to emit a hash of each pool. This means that the accumulated
485 -- Added cipher/hash/prng tests to x86_prof to help catch bugs while testing
586 -- Added DER OID's to most hash descriptors (as many as I could find)
632 -- Added the 512-bit one-way hash WHIRLPOOL which clocks in at 138 cycles per byte on my
669 -- Fixed dh_encrypt_key() so if you pass it a hash with a smaller output than the input key it
678 -- Added generic HASH_PROCESS macro to mycrypt_hash.h which simplifies the hash "process" functions
690 -- Re-prototyped the hash "process" and "done" to prevent buffer overflows [which don't seem easy to exploit].
713 v0.91 -- HMAC fix of 0.90 was incorrect for keys larger than the block size of the hash.
714 -- Added error CRYPT_FILE_NOTFOUND for the file [hmac/hash] routines.
729 -- hmac/hash filebased routines now return CRYPT_NOP if NO_FILE is defined.
925 -- fixed a bug in the test program where errors in the hash test routines would not be reported
941 -- Trimmed the TIGER/192 hash function a bit
977 -- Added my implementation of the MD2 hash function [despite the errors in the RFC I managed to get it right!]
1037 -- Fixed a bug in hashsum demo that would report the hash for files that don't exist!
1054 -- Removed unused variable from yarrow state and made AES/SHA256 the default cipher/hash combo
1062 -- Updated the /demos/hashsum.c program to hash from the standard input
1109 -- added code that times the hash functions too in the test program
1127 cipher/hash call
1128 -- Sped up the hash "process()" functions by not copying one byte at a time.
1153 -- added prng/hash/cipher is_valid functions and used them in all of the PK code so you can't enter the code
1158 v0.52 -- Fixed a bug in MD4 where the hash descriptor ID was the same as SHA-512. Now MD4 will work with
1180 -- Added more test vectors to the SHA384/512 and TIGER hash functions
1181 -- cleaned up the hash done routines to make more sense
1184 v0.50 -- Fixed yarrow.c so that the cipher/hash used would be registered. Also fixed
1186 -- Added an element to the hash descriptors that gives the size of a block [sent into the compressor]
1200 -- Added section on Hash based Message Authentication Codes (HMAC) to the manual
1242 v0.37 -- Added support code so that if a hash size and key size for a cipher don't match up they will
1259 v0.35 -- If you removed the first hash or cipher from the library it wouldn't return an error if
1274 -- Jason Klapste submitted bug fixes to the yarrow, hash and various other issues. The yarrow code will now
1275 use what ever remaining hash/cipher combo is left [after you #undef them] at build time. He also suggested
1288 -- Cleaned up the other hash functions to use the LOAD and STORE macros...
1329 cancel out. Now I hash the pool with the new data which is way smarter.
1459 -- The artificial cap on the hash input size of 2^32 bits has been
1465 prevent the internal state of the hash being leaked accidently [i.e stack problems]
1497 hash (on the passphrase) and cipher in CTR mode.
1519 the hash functions [just source code cleaning]