summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/hashes
Commit message (Collapse)AuthorAgeFilesLines
* Algorithm to OID discovery moved to a single place.Nikos Mavrogiannopoulos2010-09-062-51/+9
|
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-064-114/+114
|
* Remove a redundant argument of cryptodev_hash_initMiloslav Trmač2010-08-252-2/+2
|
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-253-3/+3
|
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-244-20/+16
|
* hash_reset() was combined with hash_init() to avoid requiring two calls for ↵Nikos Mavrogiannopoulos2010-07-192-12/+0
| | | | hash initialization.
* sparse: add missing 'static'Miloslav Trmač2010-07-191-6/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* 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