@@ -12,7 +12,7 @@ It contains algorithms for these categories:
12
12
* CRCs: non cryptographic checksums based on CRC algorithms
13
13
14
14
## 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 .
16
16
When defining the NO_ASM define in DECOptions.inc it is compatible with all
17
17
platforms supported by Delphi! It might be compatible with FPC, but this has
18
18
not 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.
29
29
V6.0 was released shortly before Christmas 2020. Since then work continued
30
30
by some users supplying code, reporting bugs (regressions) along with fixes
31
31
and 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
33
33
VersionHistory.pdf file in the docs subfolder of the development branch.
34
34
35
35
In 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.
59
59
In DEC 6.2 the unit tests for the hash classes were looked at and where not already
60
60
used original test data vectors (as far as we could find them - for most we could)
61
61
have 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.
63
64
64
65
## Contained hash algorithms
65
66
* MD2
@@ -143,6 +144,7 @@ Modes ending on x have been invented by the original developer of DEC
143
144
* OFBx
144
145
* CFS8
145
146
* CFSx
147
+ * GCM
146
148
147
149
## Contained key derivation algorithms:
148
150
* KDF1
0 commit comments