Daniel Marschall
Daniel Marschall
Errata 2, now, after changing it to `uint32_t`, it compiles on MacOS, but now doesn't compile on Win32, because there is an incompatibility with `LPDWORD*`. So, the correct and ONLY...
3. I am just confused where the 0b10011 (which is dec19 / hex13) comes from in the first place. Is this documented somewhere? I think this should be added as...
Since a lot of time has passed, I am not familar with the code anymore, but if you say that the IV needs to stay in memory, then this could...
I want to help you as good as possible with improving DEC. I am very happy that DEC is maintained all the years to work on the latest Delphi versions
Feel free to give a specific task to me! I will look at the Keccak issues today.
Currently, there are a few things that I am confused about. I hope I don't annoy you with my many questions :-) (1) First, I am a bit confused why...
I found this issue! In `TestTHash_SHA3_Base.AddLastByteForCodeTest` , the uninitialized (and unnecessary?) variable `LastByteLen` will be used instead of the argument `LastByteLength`. => Fixed in 2e8d2ec58e1fd94362ded2afb216086f34f271f8 Now, all Keccak testcases except...
Analysis for **_TestCalcUnicodeString_** : - `TestTHash_Keccak_Base.AddLastByteForKeccakTest` is called at `TestTHash_SHA3_Base.LoadTestDataFile` in order to add the Keccak padding to make the testcases compatible with the official SHA-3 vectors. The TODO entry...
Actually, I have never written a testcase for Delphi, so it would be great if you give me a few information about it. Thank you!
Thank you very much for the time you have taken to explain all this to me :-) I have installed DUnit and am now testing it a little. Just for...