diff options
author | Jack Lloyd <[email protected]> | 2017-08-18 10:36:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-18 10:36:16 -0400 |
commit | e2a23743ccc71ee3e34505802ce70fca7f679e75 (patch) | |
tree | 735be5bdaba3e5ef2cf1929a371bae21354aabf6 /src/cli/speed.cpp | |
parent | 3ecd0b2185c47452b19004d0f4d2782cb29c1bba (diff) |
Newhope cleanups
Formatting, use size_t instead of int, etc
Diffstat (limited to 'src/cli/speed.cpp')
-rw-r--r-- | src/cli/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp index 7705f89c1..99e4c157f 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -1981,7 +1981,7 @@ class Speed final : public Command Timer shareda_timer(nm, "", "shareda"); Timer sharedb_timer(nm, "", "sharedb"); - Botan::ChaCha_RNG nh_rng; + Botan::ChaCha_RNG nh_rng(Botan::secure_vector<uint8_t>(32)); while(sharedb_timer.under(msec)) { |