MHumm / DelphiEncryptionCompendium

Cryptographic library for Embarcadero Delphi and potentially for FPC as well
Apache License 2.0
255 stars 66 forks source link

Fixed some Keccak testcases #67

Open danielmarschall opened 5 months ago

danielmarschall commented 5 months ago

All test cases except the Unicode test case are working now. The Unicode test case might be impossible, though; see more details in #65

danielmarschall commented 5 months ago

Note that I reverted to AddLastByteForCodeTest(lDataRow, #$13, 5); again. I still have no clue why #$13 represents the test vector 0b10011, but for some reason it works. Maybe some day someone will find out why it works :-)