Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Typedefs
mqv.h File Reference

Classes for Menezes–Qu–Vanstone (MQV) key agreement. More...

#include "cryptlib.h"
#include "gfpcrypt.h"
#include "modarith.h"
#include "integer.h"
#include "algebra.h"
#include "misc.h"
Include dependency graph for mqv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION >
 MQV domain for performing authenticated key agreement. More...
 

Typedefs

typedef MQV_Domain< DL_GroupParameters_GFP_DefaultSafePrimeMQV
 Menezes-Qu-Vanstone in GF(p) with key validation, AKA MQV More...
 

Detailed Description

Classes for Menezes–Qu–Vanstone (MQV) key agreement.

Definition in file mqv.h.

Typedef Documentation

Menezes-Qu-Vanstone in GF(p) with key validation, AKA MQV

See also
MQV, HMQV_Domain, FHMQV_Domain, AuthenticatedKeyAgreementDomain

Definition at line 217 of file mqv.h.