Fix CE.
GitOrigin-RevId: e1b70566e852145961f740026ac5134b4a0f9278
This commit is contained in:
parent
95af3e74bd
commit
b16bae42df
@ -24,6 +24,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
static constexpr int DATA_SIZE = 8 << 10;
|
static constexpr int DATA_SIZE = 8 << 10;
|
||||||
|
static constexpr int SHORT_DATA_SIZE = 64;
|
||||||
|
|
||||||
class SHA1Bench : public td::Benchmark {
|
class SHA1Bench : public td::Benchmark {
|
||||||
public:
|
public:
|
||||||
@ -192,7 +193,6 @@ class AesCbcBench : public td::Benchmark {
|
|||||||
template <bool use_state>
|
template <bool use_state>
|
||||||
class AesIgeShortBench : public td::Benchmark {
|
class AesIgeShortBench : public td::Benchmark {
|
||||||
public:
|
public:
|
||||||
static constexpr int SHORT_DATA_SIZE = 64;
|
|
||||||
alignas(64) unsigned char data[SHORT_DATA_SIZE];
|
alignas(64) unsigned char data[SHORT_DATA_SIZE];
|
||||||
td::UInt256 key;
|
td::UInt256 key;
|
||||||
td::UInt256 iv;
|
td::UInt256 iv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user