aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compat
Commit message (Collapse)AuthorAgeFilesLines
* Fix various Doxygen warningsJack Lloyd2019-10-254-12/+12
| | | | Some due to missing comments, others due to various misparsing of the code.
* Fix various MSVC warningsJack Lloyd2019-06-292-2/+2
|
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-201-2/+2
| | | | GH #1699
* Fix allocation. Add more tests.Jack Lloyd2019-06-151-1/+5
|
* Add a compatability shim for libsodiumJack Lloyd2019-06-1510-0/+2632
Not complete, just trying to hit the most commonly used APIs plus the ones that are easy to do.