# File lib/net/ssh/transport/ossl/buffer.rb, line 32 def read_bignum data = read_string return unless data OpenSSL::BN.new( data, 2 ) end