From abc9540b56337cdcd9dce9399b66c4807ff2e8bf Mon Sep 17 00:00:00 2001 From: myl7 Date: Thu, 11 Apr 2024 01:09:11 +0800 Subject: [PATCH] Fix dcf prg Fix a misuse of zip. Add a test for the mistake. --- src/dcf/prg.rs | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/dcf/prg.rs b/src/dcf/prg.rs index 2fd118c..d005f7e 100644 --- a/src/dcf/prg.rs +++ b/src/dcf/prg.rs @@ -44,14 +44,16 @@ impl Prg for Aes256HirosePrg