GitOrigin-RevId: e1b70566e852145961f740026ac5134b4a0f9278
This commit is contained in:
levlam 2020-06-17 21:53:34 +03:00
parent 95af3e74bd
commit b16bae42df
1 changed files with 1 additions and 1 deletions

View File

@ -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;