symm/desx.c, symm/desx.h (desx_init): Fix documentation.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 21:46:56 +0000 (21:46 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 24 Nov 2018 20:12:54 +0000 (20:12 +0000)
commiteea8ea584662d55b98c2ac594274870eb9182d04
tree5b58ce648da3103112f7927a0bc6bcbe14b3ce68
parentf76d6e478c64030aee5e03c2eebdb802f9e48ca9
symm/desx.c, symm/desx.h (desx_init): Fix documentation.

The two documentation comments disagreed about the orders of the key
pieces.  The implementation had it right: the DES key comes first,
followed by the whitening keys.  Fix the header, and a stupid typo.
symm/desx.c
symm/desx.h