-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: fhe randomness implementation #25
Conversation
+ refactor tests to only leave production functions in coprocessor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT, this PR uses ChaCha20 for randomness. But I think we want FHE randomness via: https://docs.zama.ai/tfhe-rs/fundamentals/encrypted-prf .
Do I miss something or we want to add it later? I think we want to add it now.
I copied from previous implementation, will change |
@dartdart26 fixed a60733e |
Introduce the `COPROCESSOR_TEST_LOCAL_DB` environment variable that uses an existing local DB, but starts coprocessor service instances.
02e6b3b
to
2014e41
Compare
@dartdart26 @antoniupop