aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/curve25519/curve25519.cpp
Commit message (Expand)AuthorAgeFilesLines
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-3/+4
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-1/+27
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+115