dh, keyutil: Implement KCDSA key generation.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 11 Feb 2006 20:50:29 +0000 (20:50 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Feb 2006 20:50:29 +0000 (20:50 +0000)
commit4e67e30be6dbcc7d4f23be754b67bf7c6a0ade92
tree8c1407445e412d79f0484e7309fc26bc60cc9e22
parent9f05f5d854797e4f45abb1654ec820df0dfb9699
dh, keyutil: Implement KCDSA key generation.

New function dh_kcdsagen generates KCDSA prime groups.  It's less quick
than I'd hoped, but it appears to do the right thing.  Make the keyutil
generate keys of this kind, and add documentation.

Currently no tests.
Makefile.m4
dh-kcdsa.c [new file with mode: 0644]
dh.h
key.1
keyutil.c