# File lib/openssl/bn.rb, line 31
  def to_bn
    OpenSSL::BN::new(self)
  end