microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 711 forks source link

encryptparams.random_generator_ #578

Closed Samuel-1029 closed 1 year ago

Samuel-1029 commented 2 years ago

Hi, i want to ask how to use a seed to construct the encryptparams.randomgenerator when construct EncryptionParameters parms()?

WeiDaiWD commented 1 year ago

Here is an example.