From: Mark Wooding Date: Sat, 11 Feb 2006 20:50:29 +0000 (+0000) Subject: dh, keyutil: Implement KCDSA key generation. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/4e67e30be6dbcc7d4f23be754b67bf7c6a0ade92?hp=4e67e30be6dbcc7d4f23be754b67bf7c6a0ade92 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. ---