aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/extract-keys (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-19poly1305: add poly-specific self-testsJason A. Donenfeld4-1/+1569
2018-01-18curve25519-fiat32: uninline certain functionsJason A. Donenfeld3-12/+12
While this has a negative performance impact on x86_64, it has a positive performance impact on smaller machines, which is where we're actually using this code. For example, an A53: Before: fiat32: 228605 cycles per call After: fiat32: 188307 cycles per call
2018-01-18version: bump snapshot0.0.20180118Jason A. Donenfeld2-2/+2
2018-01-18contrib: keygen-html: update curve25519 implementationJason A. Donenfeld1-785/+769
2018-01-18tools: import new curve25519 implementationsJason A. Donenfeld1-1129/+1423
2018-01-18curve25519: wire up new impls and remove donnaJason A. Donenfeld3-1454/+3
2018-01-18curve25519: resolve symbol clash between fe typesJason A. Donenfeld1-7/+7