# File lib/base64.rb, line 96
  def encode64(bin)
    [bin].pack("m")
  end