Fabcoin Core
0.16.2
P2P Digital Currency
|
LUC Integrated Encryption Scheme. More...
#include <luc.h>
Public Types | |
typedef LUCFunction | PublicKey |
typedef InvertibleLUCFunction | PrivateKey |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
LUC Integrated Encryption Scheme.
COFACTOR_OPTION | cofactor multiplication option |
HASH | HashTransformation derived class used for key drivation and MAC computation |
DHAES_MODE | flag indicating if the MAC includes additional context parameters such as u·V, v·U and label |
LABEL_OCTETS | flag indicating if the label size is specified in octets or bits |
typedef InvertibleLUCFunction LUC::PrivateKey |
typedef LUCFunction LUC::PublicKey |