1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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

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