Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
Rabin Struct Reference

Rabin keys. More...

#include <rabin.h>

+ Inheritance diagram for Rabin:

Public Types

typedef RabinFunction PublicKey
 
typedef InvertibleRabinFunction PrivateKey
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

Rabin keys.

Definition at line 106 of file rabin.h.

Member Typedef Documentation

◆ PublicKey

Definition at line 109 of file rabin.h.

◆ PrivateKey

Definition at line 110 of file rabin.h.

Member Function Documentation

◆ StaticAlgorithmName()

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

Definition at line 108 of file rabin.h.


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