Skip to main content

Homomorphic One-Way Function

Definition

A homomorphic one-way function is a cryptographic primitive that allows computations to be performed on encrypted data without decrypting it, while also being computationally difficult to reverse. This means an operation on the encrypted data yields an encrypted result that, when decrypted, matches the result of the same operation performed on the original unencrypted data. It is infeasible to determine the original input from the output. This combination provides both privacy-preserving computation and data integrity.