joye_scheme

Privacy-Preserving Aggregation Scheme (JL13)

Authors: Marc Joye, Benoit Libert

Title: “A Scalable Scheme for Privacy-Preserving Aggregation of Time-Series Data”
Published in: Financial Crypto 2013
Notes: Enables plaintext evaluation of sums from encrypted values

Scheme Properties

  • Type: aggregation (privacy-preserving)

  • Setting: integer groups

  • Assumption: Paillier

Implementation

Authors:

Iraklis Leontiadis

Date:

12/2013

class joye_scheme.Joye(users=2)[source]

Bases: object

destruction_keys(pk)[source]
encode(x, pk)[source]
encrypt(x, pk, sk)[source]
keygen()[source]
sum(x1, x2, pk, k0)[source]
sumfree(x1, x2, pk)[source]

Tests sum evaluations without encryption