Package edu.fiu.adwise.homomorphic_encryption.dgk


package edu.fiu.adwise.homomorphic_encryption.dgk
  • Class
    Description
    Interface representing a DGK (Damgård-Geisler-Krøigaard) key.
    This class is responsible for generating DGK key pairs (public and private keys) used in the DGK cryptosystem.
    DGKOperations is responsible for all the basic DGK functions.
    Represents a DGK (Damgård-Geisler-Krøigaard) private key used for homomorphic encryption.
    Represents the public key for the DGK (Damgård-Geisler-Krøigaard) cryptosystem.