diff options
Diffstat (limited to 'src/block/misty1/misty1.cpp')
-rw-r--r-- | src/block/misty1/misty1.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/block/misty1/misty1.cpp b/src/block/misty1/misty1.cpp index 97f1e0341..98f20eee8 100644 --- a/src/block/misty1/misty1.cpp +++ b/src/block/misty1/misty1.cpp @@ -251,6 +251,12 @@ void MISTY1::key_schedule(const byte key[], size_t length) } } +void MISTY1::clear() + { + zap(EK); + zap(DK); + } + /* * MISTY1 Constructor */ |