aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/srp6/srp6.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* SRP6 improvementsJack Lloyd2020-11-241-28/+32
* Add proper SRP6 testsJack Lloyd2019-04-301-8/+38
* Avoid doing a variable time division during Montgomery setupJack Lloyd2018-12-091-1/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-5/+5
* Avoid leaking size of exponentJack Lloyd2018-06-171-5/+10
* Remove use of ;; to end linesJack Lloyd2018-03-191-1/+1
* Small fixesJack Lloyd2018-02-191-1/+1
* Use new DL_Group functionsJack Lloyd2018-02-191-8/+8
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-211-0/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-8/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+8
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-0/+157