aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/sc_muladd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence MSVC warningsJack Lloyd2018-12-041-32/+32
* Fix carry bugs introduced in 8a7559e4f8adJack Lloyd2018-03-271-11/+11
* Remove unused variables [ci skip]Jack Lloyd2018-03-211-3/+0
* Add another Ed25519 helper to save a few hundred redundant linesJack Lloyd2018-03-201-193/+75
* Add some helpers for handling carries in Ed25519Jack Lloyd2018-03-201-266/+107
* Resolve undefined behavior in Ed25519 codeJack Lloyd2017-12-311-115/+118
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-071-0/+498