method
to_bn
v1_9_3_392 -
Show latest stable
- Class:
Integer
to_bn()public
No documentation available.
# File ext/openssl/lib/openssl/bn.rb, line 31
def to_bn
OpenSSL::BN::new(self.to_s(16), 16)
end to_bn()No documentation available.
# File ext/openssl/lib/openssl/bn.rb, line 31
def to_bn
OpenSSL::BN::new(self.to_s(16), 16)
end