Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > opensslライブラリ > OpenSSL::BNクラス > mod_sub
mod_sub(other, m) -> OpenSSL::BN
(self - other) % m を返します。
例:
BN.new("27").mod_mul(BN.new("3"), BN.new("5")) # => 4