nmajid2 opened a new issue, #103:
URL: https://github.com/apache/incubator-milagro-crypto-c/issues/103

   ## 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
   1. Code is commented
   2. Tests pass with more than 80% test coverage
   3. Static analysis should pass
   4. Code should be reviewed by two engineers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org
For additional commands, e-mail: issues-h...@milagro.apache.org

Reply via email to