#!/usr/bin/ruby module Rex module Encoding module Xor class Byte < Generic def keysize 1 end end end end end # Byte/Xor/Encoding/Rex