diff options
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index 15971b2c7..aeb7e98e2 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -171,6 +171,8 @@ int main(int argc, char* argv[]) benchmark("Stream Cipher", rng, html, seconds); else if(type == "hash") benchmark("Hash", rng, html, seconds); + else if(type == "mode") + benchmark("Cipher Mode", rng, html, seconds); else if(type == "mac") benchmark("MAC", rng, html, seconds); else if(type == "rng") |