# File lib/travis/tools/ssl_key.rb, line 37 def sized_bytes(value) bytes = to_byte_array(value.to_i) [bytes.size, *bytes].pack('NC*') end