Describe the bug
The HashBenchmark demo application stops with an OutOfRange error in the Keccack224 hash calculation, at least on Win32.
The problem is, that it sometimes does not happen when stepping through the code.
It crashes in the Absorb method of the hash algorithm.
To Reproduce
Steps to reproduce the behavior:
- Open HashBenchmark demo project
- Press F9
- Klick the play button
- See exception in Keccack224 benchmark calculation
Describe the bug
The HashBenchmark demo application stops with an OutOfRange error in the Keccack224 hash calculation, at least on Win32.
The problem is, that it sometimes does not happen when stepping through the code.
It crashes in the Absorb method of the hash algorithm.
To Reproduce
Steps to reproduce the behavior: