-
Notifications
You must be signed in to change notification settings - Fork 77
Comparing changes
Open a pull request
base repository: MHumm/DelphiEncryptionCompendium
base: master
head repository: MHumm/DelphiEncryptionCompendium
compare: development_chacha20poly1305
- 13 commits
- 29 files changed
- 2 contributors
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 36c32e4 - Browse repository at this point
Copy the full SHA 36c32e4View commit details
Commits on Apr 23, 2025
-
Fixed the crash of issue #86 by changing GCM to use poitners instead ot TBytes and added unit test to verify the change
Configuration menu - View commit details
-
Copy full SHA for 6f7dfcc - Browse repository at this point
Copy the full SHA 6f7dfccView commit details -
Changed DecodeGCM to using pointers instead of TBytes
Same kind of change as already done to EncodeGCM
Configuration menu - View commit details
-
Copy full SHA for d1af4ed - Browse repository at this point
Copy the full SHA d1af4edView commit details -
Fixed crash in unit test setup for Keccak224
Changed GCM part of EncodeBytes as well
Configuration menu - View commit details
-
Copy full SHA for 7952de6 - Browse repository at this point
Copy the full SHA 7952de6View commit details
Commits on May 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 584ff70 - Browse repository at this point
Copy the full SHA 584ff70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e20c19 - Browse repository at this point
Copy the full SHA 6e20c19View commit details
Commits on May 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c7267cb - Browse repository at this point
Copy the full SHA c7267cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ab382 - Browse repository at this point
Copy the full SHA 72ab382View commit details -
Added name of a sponsor to notice.txt
Added name of the CCM implementation sponsor
Configuration menu - View commit details
-
Copy full SHA for 9dfdfd9 - Browse repository at this point
Copy the full SHA 9dfdfd9View commit details
Commits on Sep 14, 2025
-
Fixed salt input check for Bcrypt and memory leak
BCrypt was unusable as the input validation check for the salt value always reported an error and a memory leak was there under certain conditions, as the try block was started too late.
Markus Humm committedSep 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 4261d5d - Browse repository at this point
Copy the full SHA 4261d5dView commit details
Commits on Jan 1, 2026
-
Made project compile again and enabled MAP file generation
Added missing unit to project so it compiles and runs again and enabled map file creation to make it work with Delphi Code Coverage Wizard Plus
Configuration menu - View commit details
-
Copy full SHA for d935c79 - Browse repository at this point
Copy the full SHA d935c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5364a - Browse repository at this point
Copy the full SHA ae5364aView commit details
Commits on Jan 28, 2026
-
Merge remote-tracking branch 'origin/development_chacha20poly1305' in…
…to development_chacha20poly1305
Configuration menu - View commit details
-
Copy full SHA for 9982465 - Browse repository at this point
Copy the full SHA 9982465View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...development_chacha20poly1305