HERS: Homomorphically Encrypted Representation Search
Joshua Engelsma, Anil Jain, Vishnu Naresh Boddeti
Michigan State University
IJCB 2022 (Published at TBIOM 2022)
RLWE: Ring Learning with Errors
op | plaintext | ciphertext |
---|---|---|
$x$ | $(x + e_1) \mbox{ mod } t$ | |
$y$ | $(y + e_2) \mbox{ mod } t$ | |
$+$ | $x+y$ | $(x+y + e_3') \mbox{ mod } t$ |
$\times$ | $x\times y$ | $(x\times y + e_4'') \mbox{ mod } t$ |