summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/headers
Commit message (Expand)AuthorAgeFilesLines
* Increased RSA size to 8192. Return error on wrong arguments.Nikos Mavrogiannopoulos2010-08-203-5/+5
* Do not include linux headers to libtom files. This will allow easier replacem...Nikos Mavrogiannopoulos2010-08-191-0/+1
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-243-21/+27
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...Nikos Mavrogiannopoulos2010-07-192-7/+22
* use mp_int* instead of void*Nikos Mavrogiannopoulos2010-07-141-1/+1
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-8/+0
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-076-665/+34
* Added libtomcryptNikos Mavrogiannopoulos2010-07-0611-0/+2259