Skip to content

Commit cacf917

Browse files
committed
Updated documentation, version history and project main page
1 parent 1a72e1f commit cacf917

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Docs/DEC64.pdf

-698 Bytes
Binary file not shown.

Docs/VersionHistory.pdf

741 Bytes
Binary file not shown.

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1616
When defining the NO_ASM define in DECOptions.inc it is compatible with all
1717
platforms supported by Delphi! It might be compatible with FPC, but this has
1818
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.
2929
V6.0 was released shortly before Christmas 2020. Since then work continued
3030
by some users supplying code, reporting bugs (regressions) along with fixes
3131
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
3333
VersionHistory.pdf file in the docs subfolder of the development branch.
3434

3535
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.
5959
In DEC 6.2 the unit tests for the hash classes were looked at and where not already
6060
used original test data vectors (as far as we could find them - for most we could)
6161
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.
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

Comments
 (0)