aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/bench_crypto.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-04-02Make crypto benchmark fair.levlam
2025-04-02Fix benchmark.levlam
2025-03-07Minor improvements.levlam
2025-02-24Improve types of some constants.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-02-03Improve CRC spelling.levlam
2023-02-02Use explicit as_mutable_slice to get MutableSlice.levlam
2023-01-01Update copyright year.levlam
2022-08-29Add HMAC benchmarks.levlam
2022-08-29Add SHA benchmarks.levlam
2022-01-01Update copyright year.levlam
2021-11-01Use range-based for on arrays/strings if possible.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-01Update copyright year.levlam
2020-12-22Improve OpenSSL 3.0 compatibility.levlam
2020-11-20Don't use EVP_aes_256_ctr before OpenSSL 1.1.0.levlam
2020-10-02Minor fixes.levlam
2020-09-27Fix AES benchmark.levlam
2020-09-24Add AES CBC benchmark.levlam
2020-09-24bench_crypto: test raw openssl ctrArseny Smirnov
2020-08-08Minor benchmark improvements.levlam
2020-06-17Fix CE.levlam
2020-06-16Refactor td::AesState::ImplArseny Smirnov
2020-06-16Improve crypto benchmark.levlam
2020-06-16Use only AES CBC in AES IGE encrypt.levlam
2020-06-16Improve AesIgeState.levlam
2020-06-16Simplify XorBytes.levlam
2020-06-15Minor AES improvements.levlam
2020-06-15tdutils: use new aes ige for long plaintextArseny Smirnov
2020-06-15tdutils: optimize aes ctrArseny Smirnov
2020-06-15tdutils: simplify aes igeArseny Smirnov
2020-06-15tdutils: new ige implementationArseny Smirnov
2020-06-13AES CTR improvements.levlam
2020-06-12AES fixes.levlam
2020-06-12tdutils: optimize aes ctrArseny Smirnov
2020-06-12tdutils: aes experimentsArseny Smirnov
2020-06-11Fix OpenSSL initialization.levlam
2020-03-20Use KB instead of kB for 1024 bytes.levlam
2020-01-01Update copyright year.levlam
2019-08-12Fix errors from tdutils importArseny Smirnov
2019-01-24Explicitly init some std::atomic.levlam
2019-01-07Fail fast on photos bigger than 10 MB.levlam
2019-01-01Update copyright year.levlam
2018-12-27Fix some includes.levlam
2018-12-20Move UInt to UInt.hlevlam
2018-02-11Remove more printf logging.levlam