Definition of class OkamotoUchiyama. More...
#include "big_integer.h"#include "random_provider.h"#include "ciphertext_base.h"#include "crypto_provider.h"#include "utils/config.h"#include <stdexcept>Go to the source code of this file.
Classes | |
| struct | SeComLib::Core::OkamotoUchiyamaPublicKey |
| The public key container structure for the Okamoto-Uchiyama cryptosystem. More... | |
| struct | SeComLib::Core::OkamotoUchiyamaPrivateKey |
| The private key container structure for the Okamoto-Uchiyama cryptosystem. More... | |
| class | SeComLib::Core::OkamotoUchiyamaCiphertext |
| Okamoto-Uchiyama cipertext. More... | |
| struct | SeComLib::Core::OkamotoUchiyamaRandomizer |
| The randomizer type for Okamoto-Uchiyama. More... | |
| class | SeComLib::Core::OkamotoUchiyama |
| Implementation of the public-key Okamoto-Uchiyama Cryptosystem. More... | |
Namespaces | |
| SeComLib | |
| The enclosing namespace. | |
| SeComLib::Core | |
| Contains the core library. | |
Definition of class OkamotoUchiyama.
Definition in file okamoto_uchiyama.h.
1.8.6