aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bip324_ecdh.cpp
AgeCommit message (Collapse)Author
2024-05-09test: Use ECC_Context helper in bench and fuzz testsRyan Ofsky
2024-04-06refactor, bench, fuzz: Drop unneeded `UCharCast` callsHennadii Stepanov
The `CKey::Set()` template function handles `std::byte` just fine.
2023-06-23Bench test for EllSwift ECDHPieter Wuille
Co-authored-by: Dhruv Mehta <856960+dhruv@users.noreply.github.com>