Fabcoin Core
0.16.2
P2P Digital Currency
|
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 285 of file eccrypto.h.
typedef HMQV_Domain<DL_GroupParameters_EC<EC>, COFACTOR_OPTION, HASH> ECHMQV< EC, COFACTOR_OPTION, HASH >::Domain |
Definition at line 287 of file eccrypto.h.