X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/407d0f49d802d4cdb13022bf8466fcc9ef7a3c99..c00cb775c1deca21388dd5ad09a073d6d3564ecc:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 3e08f899..c0ab1fa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +catacomb (2.6.0) experimental; urgency=medium + + * catacomb: Introduce Mike Hamburg's `STROBE' syymetric encryption + framework, based on Keccak. + * catacomb: Fix KCDSA prime generation so that it makes primes of + exactly the right length. I think this is the last of the prime- + generation algorthms that needs fixing. + * catacomb: Inttroduce low-level key-file functions to accommodate + Python 3 bindings. + * catacomb: Support `tag:', `id:' and `type:' prefixes in `bytag' key + queries. + * catacomb-bin: Be consistent about metasyntax used to denote hash + function names. + * catacomb: Introduce fast SIMD multiplication for ARM32 and ARM64 + platforms. I think this finally means that X86 and ARM have similar + levels of optimization. + * catacomb: Check SIMD feature bit on ARM64 before using the optimized + code. I don't know of any ARM64 implementations which lack SIMD + instructions, but the bit must be there for a reason, so I might as + well use it. + * catacomb-dev: Allow reading the current number of passes from a + `dsarand' object. + * catacomb: Prefer X84 `rdseed' instruction for quick entropy over + `rdrand' if it's available. + + -- Mark Wooding Sat, 09 May 2020 17:38:45 +0100 + catacomb (2.5.2) experimental; urgency=medium * Merge changes from 2.4.5.