Homomorphic encryption library for secure computation on encrypted data
Easy-to-use homomorphic encryption library
seal$ seal init --scheme bfv$ seal encrypt --input plaintext.txt --output ciphertext.enc$ seal compute --ciphertext ciphertext.enc --operation add --output result.dec