# File lib/base32.rb, line 8
    def initialize(bytes)
      @bytes = bytes
    end