MHumm / DelphiEncryptionCompendium

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

Prevent range check exception #60

Open EdwinDijkshoorn opened 10 months ago

EdwinDijkshoorn commented 10 months ago

I got an error in my unittests if RangeChecking is active this should prevent it

MHumm commented 9 months ago

Sorry that I only now found the time to look at your issue. I cannot reproduce this yet. I'm using Delphi 12.0 and there all three checkboxes for checks are on by default but all GCM related tests run flawlessly. Which test is failiing for you? I wouldn't like to apply a fix for something I cannot reproduce but should be able to reproduce if this is really a bug.

MHumm commented 7 months ago

Can you please share your test setup?

MHumm commented 5 months ago

I'd still like you to share your test data. Thanks!