summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/hashes/hash_memory_multi.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _ncr_algo_to_str by direct accessesMiloslav Trmač2010-07-241-1/+1
* Replace _ncr_algo_digest_size by direct accessesMiloslav Trmač2010-07-241-5/+3
* Use algo_properties_st in hash_is_validMiloslav Trmač2010-07-241-1/+1
* Use algo_properties_st in hash_memory_multiMiloslav Trmač2010-07-241-5/+5
* hash_reset() was combined with hash_init() to avoid requiring two calls for h...Nikos Mavrogiannopoulos2010-07-191-6/+0
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-0/+6
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-071-4/+4
* Added libtomcryptNikos Mavrogiannopoulos2010-07-061-0/+86