tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing
Apache License 2.0
57 stars 15 forks source link

Move AES PRNG to separate crate #1082

Closed mortendahl closed 2 years ago

mortendahl commented 2 years ago

For now Moose is using path = "../../aes-prng" but once aes-prng is published this should be changed to simply version = "0.1". This means that CI is not working until aes-prng is published, so don't merge this PR until then.