diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..1d23688 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,32 @@ + +Codecrypt ChangeLog + +1.3 + +- fix too aggressive locking of keyring that caused deadlocks on piping +- fix many warnings and code inconsistencies +- correct licensing information from ccr --version +- prevent possible problems with forged sencode +- add this helpful changelog :) + +1.2 + +- improve arcfour usage (much stuff is thus incompatible with older versions) +- added a manual page +- added H20 variants of FMTSeq (they provide more than 1M signatures) + +1.1 + +- several speed improvements (colex ranking and MceQD decoding) +- cleanup of some unneeded parts + +1.0 + +- key naming fixes +- add 2^192-secure algorithm variants +- improve message padding for encryption (incompatible with previous format) + +0.9 + +- first released version + diff --git a/README b/README deleted file mode 100644 index 113b13e..0000000 --- a/README +++ /dev/null @@ -1,4 +0,0 @@ - - Codecrypt - the post-quantum cryptography tool - diff --git a/README b/README new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file