Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 1 | -17/+0 |
| | | | | Remove global PRNG. | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 1 | -0/+94 |
This uses only the c64 version from curve25519-donna; on systems that don't have a native uint128_t type, a donna128 type stands in for just enough 128-bit operations to satisfy donna.cpp |