Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Fully Hashed Elliptic Curve Menezes-Qu-Vanstone. More...
#include <eccrypto.h>
Public Types | |
typedef FHMQV_Domain< DL_GroupParameters_EC< EC >, COFACTOR_OPTION, HASH > | Domain |
Fully Hashed Elliptic Curve Menezes-Qu-Vanstone.
EC | elliptic curve field |
COFACTOR_OPTION | cofactor multiplication option |
This implementation follows Augustin P. Sarr and Philippe Elbaz–Vincent, and Jean–Claude Bajard's A Secure and Efficient Authenticated Diffie-Hellman Protocol. Note: this is FHMQV, Protocol 5, from page 11; and not FHMQV-C.
Definition at line 307 of file eccrypto.h.
typedef FHMQV_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION, HASH> ECFHMQV< EC, COFACTOR_OPTION, HASH >::Domain |
Definition at line 309 of file eccrypto.h.