Sha256: 1947e2d132a9be39d62e50922ccc0972d71da8ff1119c721822c0b77318d6383

Contents?: true

Size: 185 Bytes

Versions: 43

Compression:

Stored size: 185 Bytes

Contents

#!/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

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
librex-0.0.4 lib/rex/encoding/xor/byte.rb
librex-0.0.3 lib/rex/encoding/xor/byte.rb
librex-0.0.1 lib/rex/encoding/xor/byte.rb