aboutsummaryrefslogtreecommitdiff
path: root/src/bench/chacha20.cpp
AgeCommit message (Expand)Author
2023-08-17crypto: refactor ChaCha20 classes to use Span<std::byte> interfacePieter Wuille
2023-07-26bench: add benchmark for FSChaCha20Poly1305Pieter Wuille
2023-07-07crypto: Implement RFC8439-compatible variant of ChaCha20Pieter Wuille
2023-01-30Only support 32-byte keys in ChaCha20{,Aligned}Pieter Wuille
2023-01-30Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64Pieter Wuille
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2019-10-15Remove unused includespracticalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-03Add ChaCha20 benchJonas Schnelli