seal

Homomorphic encryption library for secure computation on encrypted data

brewmacoslinux
Try with needOr install directly
Source

About

Easy-to-use homomorphic encryption library

Commands

seal

Examples

Initialize and create a homomorphic encryption scheme$ seal init --scheme bfv
Encrypt data using SEAL library functions$ seal encrypt --input plaintext.txt --output ciphertext.enc
Perform computation on encrypted data and decrypt results$ seal compute --ciphertext ciphertext.enc --operation add --output result.dec