From 72baa22337b8e93c691eb008e37a7c14ff7a3367 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Sun, 4 Jun 2017 14:00:22 -0800 Subject: [PATCH] tidy changes.txt and name normalizations --- tools/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.pl b/tools/test.pl index 7737f238d..e0fe158ee 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -8584,7 +8584,7 @@ END_CODE my $enc_offset = substr($enc, $offset, 8); $hash_buf = $enc_offset; - $tmp_hash = sprintf ("\$Chacha20\$\*%s\*%d\*%s\*%s\*%s", $counter, $offset, $iv, unpack("H*", substr($plaintext, $offset, 8)), unpack("H*", $enc_offset)); + $tmp_hash = sprintf ("\$ChaCha20\$\*%s\*%d\*%s\*%s\*%s", $counter, $offset, $iv, unpack("H*", substr($plaintext, $offset, 8)), unpack("H*", $enc_offset)); } elsif ($mode == 15600) {