Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 707 Bytes

homomorphic-encryption.rst

File metadata and controls

31 lines (22 loc) · 707 Bytes

Homomorphic Encryption

MP-SPDZ uses BGV encryption for triple generation in a number of protocols. This involves zero-knowledge proofs in some protocols and considerations about function privacy in all of them. The interface described below allows directly accessing the basic cryptographic operations in contexts where these considerations are not relevant. See Utils/he-example.cpp for some example code.

Reference

FHE_Params

FHE_KeyPair

FHE_SK

FHE_PK

Plaintext

Ciphertext