Skip to content

Commit 53b9753

Browse files
author
Markus Humm
committed
Improved comments in DECHash.pas and stored the calculated unicode hash for the unit tests of the SHA3 algorithms in the test data file for later use.
1 parent d434b94 commit 53b9753

11 files changed

+24421
-16273
lines changed

Source/DECHash.pas

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ THash_SHA224 = class; // SHA-2, SHA-224
4949
THash_SHA256 = class; // SHA-2, SHA-256
5050
THash_SHA384 = class; // SHA-2, SHA-384
5151
THash_SHA512 = class; // SHA-2, SHA-512
52-
THash_Keccak_224 = class;
53-
THash_Keccak_256 = class;
54-
THash_Keccak_384 = class;
55-
THash_Keccak_512 = class;
52+
THash_Keccak_224 = class; // version of THash_SHA3_224 before that became the final standard
53+
THash_Keccak_256 = class; // version of THash_SHA3_256 before that became the final standard
54+
THash_Keccak_384 = class; // version of THash_SHA3_384 before that became the final standard
55+
THash_Keccak_512 = class; // version of THash_SHA3_512 before that became the final standard
5656
THash_SHA3_224 = class;
5757
THash_SHA3_256 = class;
5858
THash_SHA3_384 = class;

Unit Tests/Data/SHA3_224LongMsg.rsp

Lines changed: 508 additions & 408 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)