@@ -12,7 +12,7 @@ It contains algorithms for these categories:
1212* CRCs: non cryptographic checksums based on CRC algorithms
1313
1414## Which Delphi versions are compatible?
15- The current version 6.3 is compatible with Delphi 2009 - Delphi 10.4.2 Sydney .
15+ The current version 6.4 is compatible with Delphi 2009 - Delphi 11.0 Alexandria .
1616When defining the NO_ASM define in DECOptions.inc it is compatible with all
1717platforms supported by Delphi! It might be compatible with FPC, but this has
1818not been focus and is not tested. The development branch contains a more
@@ -29,7 +29,7 @@ A list of changes is available in the docs folder.
2929V6.0 was released shortly before Christmas 2020. Since then work continued
3030by some users supplying code, reporting bugs (regressions) along with fixes
3131and by adding SHA2-224 which was still missing.
32- Details about the changes and additions in V6.2 can be found in the
32+ Details about the changes and additions in V6.4 can be found in the
3333VersionHistory.pdf file in the docs subfolder of the development branch.
3434
3535In comparison to 5.2 we added some console, VCL and FMX based demo applications.
@@ -59,7 +59,8 @@ We're talking at block chaining mode tests for the ciphers specifically.
5959In DEC 6.2 the unit tests for the hash classes were looked at and where not already
6060used original test data vectors (as far as we could find them - for most we could)
6161have been added to improve test coverage. V6.3 added further synthesized tests for
62- some hash classes.
62+ some hash classes. For SHA3 and for the GCM block chaining method the original test
63+ vectors provided by NIST are used for the unit tests.
6364
6465## Contained hash algorithms
6566* MD2
@@ -143,6 +144,7 @@ Modes ending on x have been invented by the original developer of DEC
143144* OFBx
144145* CFS8
145146* CFSx
147+ * GCM
146148
147149## Contained key derivation algorithms:
148150* KDF1
0 commit comments