るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.036秒)
トップページ > クエリ:open[x] > バージョン:2.6.0[x] > クエリ:SSL[x] > クエリ:mod_sqr[x]

別のキーワード

  1. pop enable_ssl
  2. pop disable_ssl
  3. pop3 enable_ssl
  4. pop3 disable_ssl
  5. pop use_ssl?

ライブラリ

クラス

検索結果

OpenSSL::BN#mod_sqr(m) -> OpenSSL::BN (72904.0)

(self ** 2) % m を返します。

(self ** 2) % m を返します。

@param m mod を取る数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#sqr

OpenSSL::BN#sqr -> OpenSSL::BN (18619.0)

自身の2乗を計算します。

自身の2乗を計算します。

@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#mod_sqr