Bugfix release, most likely the last supporting Delphi versions prior to 10.1
- fixed regression in 2DES cipher with CBC block chaining mode and added
unit test data coverage for this - fixed some XE2 compatibility issues, especially with GCM
- improved layout and GCM handling of Cipher_FMX demo
- added Cipher_Console_KDF demo
- changed used cipher algorithm for cipher console demo
- moved ReadLn in all console demos to after the except block so it keeps
the console open in case of exceptions as well - fixed documentation (e.g. GCM property names)