@@ -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.4 is compatible with Delphi 2009 - Delphi 11.0 Alexandria.
15+ The current version 6.4.1 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,15 +29,15 @@ 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.4 can be found in the
32+ Details about the changes and additions in V6.4.1 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.
3636The FMX based demos are even available via Google play as "DEC cipher demo" and
3737"DEC hash demo".
3838
3939## Where can I get further information? For example if I'd like to contribute?
40- In the root folder of DEC V6.4 you will find further files with information about
40+ In the root folder of DEC V6.4.1 you will find further files with information about
4141this project like * NOTICE.txt* , * CONTRIBUTING.md* , * SECURITY.md* .
4242Also take the time to read DEC64.pdf in the * Docs* folder and look at the demos
4343provided in the * Demos* subfolder.
0 commit comments