#include "oaep.h"#include "pssr.h"#include "integer.h"Go to the source code of this file.
Compounds | |
| class | InvertibleRabinFunction |
| class | RabinFunction |
| class | RabinPrivateKeyTemplate |
| class | RabinPublicKeyTemplate |
Defines | |
| #define | RabinSignerWith(H) RabinPrivateKeyTemplate<SignerWithRecoveryTemplate<InvertibleRabinFunction, PSSR<H> > > |
| #define | RabinVerifierWith(H) RabinPublicKeyTemplate<VerifierWithRecoveryTemplate<RabinFunction, PSSR<H> >, RabinSignerWith(H) > |
Typedefs | |
| typedef RabinPrivateKeyTemplate< DecryptorTemplate<OAEP<SHA>, InvertibleRabinFunction> > | RabinDecryptor |
| Rabin Decryptor. More... | |
| typedef RabinPublicKeyTemplate< EncryptorTemplate<OAEP<SHA>, RabinFunction>, RabinDecryptor> | RabinEncryptor |
| Rabin Encryptor. More... | |
Definition in file rabin.h.
|
|
|
|
|
|
|
|
Rabin Decryptor.
|
|
|
Rabin Encryptor.
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000