You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
To integrate safe-prime generation with Paillier , we can add a safe-prime generation function plus a safe-prime checker to paillier.c. Thus, whenever an RNG instance is provided to PAILLIER_KEY_PAIR, it can call the safe prime generator. Moreover, the correctness of given primes (either given as input of PAILLIER_KEY_PAIR or from the safe-prime generator) can be checked using the safe-prime checker. We can also expose both new functions to be reached by the other codes.
Acceptance criteria
Well documented code
Tests pass with more than 80% test coverage
Static analysis should pass
Code should be reviewed by two engineers
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Goal
To integrate safe-prime generation with Paillier , we can add a safe-prime generation function plus a safe-prime checker to paillier.c. Thus, whenever an RNG instance is provided to PAILLIER_KEY_PAIR, it can call the safe prime generator. Moreover, the correctness of given primes (either given as input of PAILLIER_KEY_PAIR or from the safe-prime generator) can be checked using the safe-prime checker. We can also expose both new functions to be reached by the other codes.
Acceptance criteria
The text was updated successfully, but these errors were encountered: