Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Hashed Elliptic Curve Menezes-Qu-Vanstone. More...
#include <eccrypto.h>
Public Types | |
typedef HMQV_Domain< DL_GroupParameters_EC< EC >, COFACTOR_OPTION, HASH > | Domain |
Hashed Elliptic Curve Menezes-Qu-Vanstone.
EC | elliptic curve field |
COFACTOR_OPTION | cofactor multiplication option |
This implementation follows Hugo Krawczyk's HMQV: A High-Performance Secure Diffie-Hellman Protocol. Note: this implements HMQV only. HMQV-C with Key Confirmation is not provided.
Definition at line 289 of file eccrypto.h.
typedef HMQV_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION, HASH> ECHMQV< EC, COFACTOR_OPTION, HASH >::Domain |
Definition at line 291 of file eccrypto.h.