Crypto++ 8.9
Free C++ class library of cryptographic schemes
DL_SignatureKeys_LUC Struct Reference

LUC signature keys. More...

#include <luc.h>

Inheritance diagram for DL_SignatureKeys_LUC:

Public Types

typedef DL_GroupParameters_LUC GroupParameters
typedef DL_PublicKey_GFP< GroupParameters > PublicKey
typedef DL_PrivateKey_GFP< GroupParameters > PrivateKey

Detailed Description

LUC signature keys.

Since
Crypto++ 2.1

Definition at line 281 of file luc.h.

Member Typedef Documentation

◆ GroupParameters

typedef DL_GroupParameters_LUC DL_SignatureKeys_LUC::GroupParameters

Definition at line 283 of file luc.h.

◆ PublicKey

typedef DL_PublicKey_GFP<GroupParameters> DL_SignatureKeys_LUC::PublicKey

Definition at line 284 of file luc.h.

◆ PrivateKey

typedef DL_PrivateKey_GFP<GroupParameters> DL_SignatureKeys_LUC::PrivateKey

Definition at line 285 of file luc.h.


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