Skip to content

Commit

Permalink
chore: Replace EverCrypt_ChaCha20_encrypt benchmark stub with "unsu…
Browse files Browse the repository at this point in the history
…pported" comment.
  • Loading branch information
duesee committed Jan 24, 2023
1 parent d97955f commit 691d9ad
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions benchmarks/chacha20.cc
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,8 @@ HACL_Chacha20_Vec256_encrypt(benchmark::State& state)
BENCHMARK(HACL_Chacha20_Vec256_encrypt)->Setup(DoSetup);
#endif

static void
EverCrypt_Chacha20_encrypt(benchmark::State& state)
{
// TODO
state.SkipWithError("Unimplemented");
}

BENCHMARK(EverCrypt_Chacha20_encrypt)->Setup(DoSetup);
// EverCrypt_Chacha20_encrypt
// Not supported in EverCrypt.

#ifndef NO_OPENSSL
static void
Expand Down

0 comments on commit 691d9ad

Please sign in to comment.