# File lib/sasl/base64.rb, line 20
    def self.encode64(data)
      [data].pack('m')
    end