lib/rex/encoding/xor/word.rb in librex-0.0.68 vs lib/rex/encoding/xor/word.rb in librex-0.0.70
- old
+ new
@@ -1,6 +1,5 @@
-#!/usr/bin/env ruby
# -*- coding: binary -*-
require 'rex/encoding/xor/generic'
#
@@ -13,10 +12,10 @@
module Encoding
module Xor
class Word < Generic
- def Word.keysize
- 2
- end
+ def Word.keysize
+ 2
+ end
end end end end # Word/Xor/Encoding/Rex