lib/rex/encoding/xor/byte.rb in librex-0.0.68 vs lib/rex/encoding/xor/byte.rb in librex-0.0.70

- old
+ new

@@ -1,16 +1,15 @@ -#!/usr/bin/env ruby # -*- coding: binary -*- require 'rex/encoding/xor/generic' module Rex module Encoding module Xor class Byte < Generic - def Byte.keysize - 1 - end + def Byte.keysize + 1 + end end end end end # Byte/Xor/Encoding/Rex