Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update public keys for benchmarking (GH #1013) | Jeffrey Walton | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | Use better names than Benchmark1, Benchmark2, etc | Jeffrey Walton | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | Split public key benchmarks into integers and elliptic curves | Jeffrey Walton | 2019-08-07 | 1 | -14/+42 |
| | |||||
* | Add ed25519 (GH #764, PR #767) | Jeffrey Walton | 2018-12-24 | 1 | -5/+14 |
| | | | Add ed25519 | ||||
* | Add Langley's curve25519 (GH #761, PR# 762) | Jeffrey Walton | 2018-12-11 | 1 | -0/+4 |
| | |||||
* | Add search for test vectors and test data (GH #760) | Jeffrey Walton | 2018-12-07 | 1 | -42/+42 |
| | |||||
* | Remove Provider from public key operations | Jeffrey Walton | 2018-08-18 | 1 | -1/+1 |
| | | | | Everything is C++ so there's no value added by the column | ||||
* | Cleanup head notes and includes | Jeffrey Walton | 2018-07-27 | 1 | -1/+8 |
| | |||||
* | Split bench1.cpp into two files | Jeffrey Walton | 2018-07-27 | 1 | -0/+432 |
Renamed bench2.cpp to bench3.cpp. Split bench1.cpp into bench1.cpp and bench2.cpp |