aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-05-21 20:01:13 -0400
committerJack Lloyd <[email protected]>2018-05-21 20:01:13 -0400
commitcd0bcd90817ece3e4fcba32e06a372580bbe3008 (patch)
tree2f71006c729c1ea4077bab7849796c1cd585311c /src
parent0c9ff2333c2c80868fbc3ec6aa763259bb5bf9dd (diff)
Tweak default `speed` targets
Diffstat (limited to 'src')
-rw-r--r--src/cli/speed.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp
index 80ac35272..9a7a13794 100644
--- a/src/cli/speed.cpp
+++ b/src/cli/speed.cpp
@@ -638,6 +638,7 @@ class Speed final : public Command
"AES-128/OCB",
"AES-128/GCM",
"AES-128/XTS",
+ "AES-128/SIV",
"Serpent/CBC",
"Serpent/CTR-BE",
@@ -645,37 +646,36 @@ class Speed final : public Command
"Serpent/OCB",
"Serpent/GCM",
"Serpent/XTS",
+ "Serpent/SIV",
"ChaCha20Poly1305",
/* Stream ciphers */
"RC4",
"Salsa20",
+ "ChaCha20",
/* Hashes */
- "Tiger",
- "RIPEMD-160",
"SHA-160",
"SHA-256",
"SHA-512",
+ "SHA-3(256)",
+ "SHA-3(512)",
+ "RIPEMD-160",
"Skein-512",
- "Keccak-1600(512)",
+ "Blake2b",
+ "Tiger",
"Whirlpool",
/* MACs */
"CMAC(AES-128)",
"HMAC(SHA-256)",
- /* Misc */
- "random_prime",
-
/* pubkey */
"RSA",
"DH",
"ECDH",
"ECDSA",
- "ECKCDSA",
- "ECGDSA",
"Ed25519",
"Curve25519",
"NEWHOPE",