diff options
author | lloyd <[email protected]> | 2013-03-19 15:17:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-19 15:17:27 +0000 |
commit | ff784ce30d2bdcf8b7d3143be2ecf1c2dc6b8957 (patch) | |
tree | 587a0f6b33b84c9cc45218093a408e434bead2ac /doc/examples | |
parent | 827f2983a1e6efae6141e9b7ab148a3ae44e671b (diff) |
Remove the Turing and WiderWAKE4+1 stream cipher implementations.
Both never saw much deployment or analysis.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp index 5378b3e6a..48ba5b48c 100644 --- a/doc/examples/bench.cpp +++ b/doc/examples/bench.cpp @@ -28,7 +28,7 @@ const std::string algos[] = { "GOST", "IDEA", "KASUMI", - "Lion(SHA-256,Turing,8192)", + "Lion(SHA-256,Salsa20,8192)", "Luby-Rackoff(SHA-512)", "MARS", "MISTY1", |