Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Static Public Member Functions | List of all members
LUC Class Reference

LUC Integrated Encryption Scheme. More...

#include <luc.h>

Inheritance diagram for LUC:
[legend]

Public Types

typedef LUCFunction PublicKey
 
typedef InvertibleLUCFunction PrivateKey
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

LUC Integrated Encryption Scheme.

Template Parameters
COFACTOR_OPTIONcofactor multiplication option
HASHHashTransformation derived class used for key drivation and MAC computation
DHAES_MODEflag indicating if the MAC includes additional context parameters such as u·V, v·U and label
LABEL_OCTETSflag indicating if the label size is specified in octets or bits
Since
Crypto++ 4.0, Crypto++ 5.7 for Bouncy Castle and Botan compatibility

Definition at line 126 of file luc.h.

Member Typedef Documentation

Definition at line 130 of file luc.h.

Definition at line 129 of file luc.h.

Member Function Documentation

static std::string LUC::StaticAlgorithmName ( )
inlinestatic

Definition at line 128 of file luc.h.


The documentation for this class was generated from the following file: