Package edu.fiu.adwise.homomorphic_encryption.socialistmillionaire


package edu.fiu.adwise.homomorphic_encryption.socialistmillionaire
  • Class
    Description
    The alice class represents Alice in the Socialist Millionaire's Problem.
    Represents Alice's implementation of the ElGamal protocol for secure computation.
    Interface defining the operations for Alice in the Socialist Millionaires' Problem (SMP) protocol.
    Represents Alice's implementation of the Joye and Salehi protocol for secure computation.
    See the papers "Improving the DGK comparison protocol" and Correction to ”Improving the DGK comparison protocol” by Thjis Veugen, You can find these in the papers directory! Represents Alice's implementation of the Veugen protocol for secure comparison.
    The bob class represents Bob in the Socialist Millionaire's Problem.
    Represents Bob's implementation of the multi-party protocols for secure computation with ElGamal cryptography.
    Interface defining the operations for Bob in the Socialist Millionaires' Problem (SMP) protocol.
    Represents Bob's implementation of the Joye and Salehi protocol for secure comparison.
    See the papers "Improving the DGK comparison protocol" and Correction to ”Improving the DGK comparison protocol” by Thjis Veugen, You can find these in the papers directory! Represents Bob's implementation of the Veugen protocol for secure comparison.
    Abstract class representing the Socialist Millionaires' Problem (SMP) protocol.