version bump
This commit is contained in:
parent
3f625e3690
commit
bbfd0601d8
|
@ -1,6 +1,14 @@
|
||||||
|
|
||||||
Codecrypt ChangeLog
|
Codecrypt ChangeLog
|
||||||
|
|
||||||
|
1.7
|
||||||
|
|
||||||
|
- add QC-MDPC McEliece variant
|
||||||
|
- mark QD McEliece as broken
|
||||||
|
- reimplement bit vectors (for speed)
|
||||||
|
- some code quality updates
|
||||||
|
- prevent mangling of command line output by crafted keyring
|
||||||
|
|
||||||
1.6.1
|
1.6.1
|
||||||
|
|
||||||
- simplify padding for symmetric encryption
|
- simplify padding for symmetric encryption
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
AC_PREREQ(2.6)
|
AC_PREREQ(2.6)
|
||||||
AC_INIT([codecrypt], [1.6.1])
|
AC_INIT([codecrypt], [1.7])
|
||||||
AC_CONFIG_AUX_DIR(.) # because of libtoolize
|
AC_CONFIG_AUX_DIR(.) # because of libtoolize
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue