fhe.rs icon indicating copy to clipboard operation
fhe.rs copied to clipboard

Serialization of secret key

Open tlepoint opened this issue 2 years ago • 2 comments

Serialization and deserialization of a SecretKey is not yet implemented, but will be required for anything that goes beyond "example" code.

tlepoint avatar Sep 12 '22 16:09 tlepoint

Hey just a heads up I'm working on this one

shankars99 avatar Jun 07 '23 01:06 shankars99

Should I add some encryption like AES to the secret key when it is written to or read from a file? Right now it's in plain text

shankars99 avatar Jun 07 '23 02:06 shankars99