From 3e1cd145fc0c700ea267dc4e30e6f0ebd99f9c04 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 29 May 2023 17:34:36 +0700 Subject: HC128Engine: require exactly 128 bits of IV --- crypto/Readme.html | 1 + crypto/src/crypto/engines/HC128Engine.cs | 91 ++++++++----------------- crypto/src/crypto/engines/HC256Engine.cs | 112 +++++++++++-------------------- crypto/test/src/test/CipherStreamTest.cs | 2 +- 4 files changed, 71 insertions(+), 135 deletions(-) diff --git a/crypto/Readme.html b/crypto/Readme.html index a7c903371..cfbfd33f3 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -333,6 +333,7 @@
Defects Fixed
Additional Features and Functionality