In Files

  • openssl/lib/openssl/bn.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Integer

Add double dispatch to Integer

Public Instance Methods

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