aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/srp6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-212-2/+4
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-4/+4
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Remove SRP6 file supportJack Lloyd2016-12-312-133/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-184-12/+12
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-8/+2
* Improve misc doxygen [ci skip]René Korthaus2016-10-191-0/+8
* Update SRP6 versionJack Lloyd2016-10-171-1/+1
* Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-102-7/+5
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-4/+4
* Mass-prefix member vars with m_René Korthaus2016-01-082-4/+9
* 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
* ifstream/ostream take std::stringSimon Warta2015-06-231-1/+1
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-1/+1
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-055-0/+382