Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > opensslライブラリ > OpenSSL::BNクラス > mod_mul
mod_mul(other, m) -> OpenSSL::BN
[permalink][rdoc](self * other) % m を返します。
例:
require 'openssl' OpenSSL::BN.new("7").mod_mul(OpenSSL::BN.new("3"), OpenSSL::BN.new("6")) # => 3