Skip to content

Commit

Permalink
add document-method for BN#mod_inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed Oct 17, 2022
1 parent 4619ab3 commit 5befde7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/openssl/ossl_bn.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ BIGNUM_2c(mod_sqr)
BIGNUM_2cr(mod_sqrt)

/*
* Document-method: OpenSSL::BN#mod_inverse
* call-seq:
* bn.mod_inverse(bn2) => aBN
*/
Expand Down

0 comments on commit 5befde7

Please sign in to comment.