f124597a56
git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
185 B
Ruby
15 lines
185 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
require 'rex/encoding/xor/generic'
|
|
|
|
module Rex
|
|
module Encoding
|
|
module Xor
|
|
|
|
class Byte < Generic
|
|
|
|
def Byte.keysize
|
|
1
|
|
end
|
|
|
|
end end end end # Byte/Xor/Encoding/Rex |