You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by "nmajid2 (via GitHub)" <gi...@apache.org> on 2023/02/27 13:05:54 UTC

[GitHub] [incubator-milagro-crypto-c] nmajid2 opened a new issue, #103: Add safe-prime generator and checker to paillier.c

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-unsubscribe@milagro.apache.org.apache.org

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


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