Questions tagged [homomorphic-encryption]

The concept of homomorphic encryption involves the ability to perform mathematical operations, such as linear regression, on encrypted data without the need for decryption. If you have questions specifically related to homomorphic encryption and its supported frameworks, feel free to use this tag. Please note that general issues surrounding encryption and decryption should not be discussed using this tag.

The total remains encoded and unreadable

Hello, I am currently working on a program that generates a CSV file containing bank transactions and calculates the total sum. Additionally, I want to perform this calculation using homomorphic encryption, but I am encountering an issue where my output ...