summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/hashes
Commit message (Expand)AuthorAgeFilesLines
* Replace _ncr_algo_to_str by direct accessesMiloslav Trmač2010-07-242-2/+2
* Replace _ncr_algo_digest_size by direct accessesMiloslav Trmač2010-07-242-10/+6
* Use algo_properties_st in hash_is_validMiloslav Trmač2010-07-243-4/+4
* Use algo_properties_st in hash_memory_multiMiloslav Trmač2010-07-241-5/+5
* Use algo_properties_st in hash_memoryMiloslav Trmač2010-07-241-5/+5
* Use algo_properties_st in hash_get_oidMiloslav Trmač2010-07-241-2/+2
* hash_reset() was combined with hash_init() to avoid requiring two calls for h...Nikos Mavrogiannopoulos2010-07-192-12/+0
* sparse: add missing 'static'Miloslav Trmač2010-07-191-6/+6
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-072-0/+12
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-073-9/+83
* Added libtomcryptNikos Mavrogiannopoulos2010-07-063-0/+188