symm/des.c: Introduce a function to fix or check key parity.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Jun 2021 23:30:20 +0000 (00:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 1 May 2022 17:54:54 +0000 (18:54 +0100)
commit3b09bd841c6f31e968717e46b5e995fff0481924
treeb082a92930808328975fe1b65bf37a4dacd53b1f
parent0c770f015ef72ae90079af7373b9b2c553461071
symm/des.c: Introduce a function to fix or check key parity.

I found myself wanting this (though Python) today, and realised that not
only was it missing from the Python bindings, it wasn't in the library
at all.  So here it is.  The Python bindings will come later.
progs/key.c
symm/des.c
symm/des.h