[ruby/openssl] add document-method for BN#mod_inverse

https://github.com/ruby/openssl/commit/5befde7519
This commit is contained in:
Ben Toews 2022-10-17 07:58:04 -06:00 committed by Kazuki Yamaguchi
parent 149cb049f1
commit 7db29de008
1 changed files with 1 additions and 0 deletions

View File

@ -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
*/