to_bn()
Casts an Integer as an OpenSSL::BN
See `man bn` for more info.
# File ext/openssl/lib/openssl/bn.rb, line 34 def to_bn OpenSSL::BN::new(self) end