Skip to content

Commit 5befde7

Browse files
committed
add document-method for BN#mod_inverse
1 parent 4619ab3 commit 5befde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/openssl/ossl_bn.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ BIGNUM_2c(mod_sqr)
599599
BIGNUM_2cr(mod_sqrt)
600600

601601
/*
602+
* Document-method: OpenSSL::BN#mod_inverse
602603
* call-seq:
603604
* bn.mod_inverse(bn2) => aBN
604605
*/

0 commit comments

Comments
 (0)