lib/rex/encoding/xor/qword.rb in librex-0.0.65 vs lib/rex/encoding/xor/qword.rb in librex-0.0.66

- old
+ new

@@ -1,6 +1,7 @@ #!/usr/bin/env ruby +# -*- coding: binary -*- require 'rex/encoding/xor/generic' module Rex module Encoding @@ -10,6 +11,6 @@ def Qword.keysize 8 end -end end end end \ No newline at end of file +end end end end