aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/sc_reduce.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence MSVC warningsJack Lloyd2018-12-041-32/+32
* Fix carry bugs introduced in 8a7559e4f8adJack Lloyd2018-03-271-11/+12
* Add another Ed25519 helper to save a few hundred redundant linesJack Lloyd2018-03-201-108/+14
* Add some helpers for handling carries in Ed25519Jack Lloyd2018-03-201-182/+71
* Resolve undefined behavior in Ed25519 codeJack Lloyd2017-12-311-69/+73
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-071-0/+359