pkcs11: Merged the ECDH into the DH implementation.

This commit is contained in:
Tobias Brunner
2011-10-31 18:45:37 +01:00
parent 89de89be57
commit 10b82be61f
6 changed files with 214 additions and 409 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ enum diffie_hellman_group_t {
ECP_224_BIT = 26,
/** insecure NULL diffie hellman group for testing, in PRIVATE USE */
MODP_NULL = 1024,
/** MODP group with custon generator, prime */
/** MODP group with custom generator/prime */
MODP_CUSTOM = 1025,
};