Crypto++ 8.7
Free C++ class library of cryptographic schemes
Classes | Typedefs
rabin.h File Reference

Classes for Rabin encryption and signature schemes. More...

Go to the source code of this file.

Classes

class  RabinFunction
 Rabin trapdoor function using the public key. More...
 
class  InvertibleRabinFunction
 Rabin trapdoor function using the private key. More...
 
struct  Rabin
 Rabin keys. More...
 
struct  RabinES< STANDARD >
 Rabin encryption scheme. More...
 
struct  RabinSS< STANDARD, H >
 Rabin signature scheme. More...
 

Typedefs

typedef RabinES< OAEP< SHA1 > >::Decryptor RabinDecryptor
 
typedef RabinES< OAEP< SHA1 > >::Encryptor RabinEncryptor
 

Detailed Description

Classes for Rabin encryption and signature schemes.

Definition in file rabin.h.

Typedef Documentation

◆ RabinDecryptor

typedef RabinES<OAEP<SHA1>>::Decryptor RabinDecryptor

Definition at line 130 of file rabin.h.

◆ RabinEncryptor

typedef RabinES<OAEP<SHA1>>::Encryptor RabinEncryptor

Definition at line 131 of file rabin.h.