Fabcoin Core
0.16.2
P2P Digital Currency
|
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 303 of file eccrypto.h.
typedef FHMQV_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION, HASH> ECFHMQV< EC, COFACTOR_OPTION, HASH >::Domain |
Definition at line 305 of file eccrypto.h.