Huelse / SEAL-Python

Microsoft SEAL 4.X For Python
MIT License
319 stars 66 forks source link

demo questions #37

Closed wang5523795 closed 4 years ago

wang5523795 commented 4 years ago

could you give me some help? i want encryptor and decryptor string "abc#123#中国#12:30#11" and get the size of ciphertext,could you give me some simple demo? i fix tests demo in this project but it occurs errors.

Huelse commented 4 years ago

SEAL is an arithmetic homomorphic encryption library, not traditional character encryption.