aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/turing/turing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/turing/turing.cpp')
-rw-r--r--src/stream/turing/turing.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/stream/turing/turing.cpp b/src/stream/turing/turing.cpp
index bdc53cff1..8d9b6f090 100644
--- a/src/stream/turing/turing.cpp
+++ b/src/stream/turing/turing.cpp
@@ -320,12 +320,12 @@ void Turing::set_iv(const byte iv[], size_t length)
*/
void Turing::clear()
{
- S0.clear();
- S1.clear();
- S2.clear();
- S3.clear();
- R.clear();
- K.clear();
+ zap(S0);
+ zap(S1);
+ zap(S2);
+ zap(S3);
+ zap(R);
+ zap(K);
buffer.clear();
position = 0;
}