Author :
tb
Date :
2025-01-22 12:53:16
Hash :b4a69cdb Message :bn_recp: Avoid complication for negative moduli
Instead of doing a weird dance, set the sign on N in BN_RECP_CTX_create().
Since we're not exposing a general purpose calculator API, we can simplify.
ok jsing