diff options
| author | levlam <levlam@telegram.org> | 2020-06-17 21:53:34 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-06-17 21:53:34 +0300 |
| commit | b16bae42dfd81f01dea3ab9bf6e8fd03d1e3a810 (patch) | |
| tree | f1a198a93f61289a32d12700df7d43645ed8c49e /benchmark/bench_crypto.cpp | |
| parent | 95af3e74bdd17817e31f12f5021433d315a91746 (diff) | |
Fix CE.
GitOrigin-RevId: e1b70566e852145961f740026ac5134b4a0f9278
Diffstat (limited to 'benchmark/bench_crypto.cpp')
| -rw-r--r-- | benchmark/bench_crypto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_crypto.cpp b/benchmark/bench_crypto.cpp index b94402aec..a4482f59b 100644 --- a/benchmark/bench_crypto.cpp +++ b/benchmark/bench_crypto.cpp @@ -24,6 +24,7 @@ #include <vector> static constexpr int DATA_SIZE = 8 << 10; +static constexpr int SHORT_DATA_SIZE = 64; class SHA1Bench : public td::Benchmark { public: @@ -192,7 +193,6 @@ class AesCbcBench : public td::Benchmark { template <bool use_state> class AesIgeShortBench : public td::Benchmark { public: - static constexpr int SHORT_DATA_SIZE = 64; alignas(64) unsigned char data[SHORT_DATA_SIZE]; td::UInt256 key; td::UInt256 iv; |
