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:
parent
149cb049f1
commit
7db29de008
1 changed files with 1 additions and 0 deletions
|
@ -599,6 +599,7 @@ BIGNUM_2c(mod_sqr)
|
||||||
BIGNUM_2cr(mod_sqrt)
|
BIGNUM_2cr(mod_sqrt)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* Document-method: OpenSSL::BN#mod_inverse
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* bn.mod_inverse(bn2) => aBN
|
* bn.mod_inverse(bn2) => aBN
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue