Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run Lindent on libtom(*) | Nikos Mavrogiannopoulos | 2010-09-06 | 108 | -5433/+5446 |
| | |||||
* | Optimizations for 32bit machines by using a 64bit word type and 32bit digit. | Nikos Mavrogiannopoulos | 2010-09-03 | 4 | -7/+16 |
| | | | | Unfortunately we cannot do the same for 64bit since we don't have an 128bit type in kernel. | ||||
* | Added a FIXME on the used types. | Nikos Mavrogiannopoulos | 2010-09-02 | 1 | -0/+4 |
| | |||||
* | Use the linux kernel heapsort instead of including qsort. | Nikos Mavrogiannopoulos | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Removed unneeded code. | Nikos Mavrogiannopoulos | 2010-09-02 | 12 | -838/+0 |
| | |||||
* | Do not include linux headers to libtom files. This will allow easier ↵ | Nikos Mavrogiannopoulos | 2010-08-19 | 7 | -6/+1 |
| | | | | replacement of them. | ||||
* | Fix prime testing | Miloslav Trmač | 2010-08-12 | 1 | -1/+1 |
| | | | | Upstream commit a53ea341274300323cd2e664440d8bc0c4d8328a | ||||
* | Fix build with recent kernels | Jan Chadima | 2010-08-05 | 6 | -0/+6 |
| | |||||
* | Reduce stack usage. | Nikos Mavrogiannopoulos | 2010-07-14 | 1 | -1/+2 |
| | |||||
* | additions to compile on 32-bit machines. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -2/+7 |
| | |||||
* | Added a modified libtomcrypt with DSA and RSA algorithms. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -4/+6 |
| | |||||
* | Added libtommath for bignum operations. | Nikos Mavrogiannopoulos | 2010-07-05 | 123 | -0/+11011 |