Sha256: f38f0c601b50a978dcdb93ab2949e07799e162f556405aa3966a0e62af7ff087

Contents?: true

Size: 280 Bytes

Versions: 43

Compression:

Stored size: 280 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..'))

require 'rex/encoding/xor/word'
require 'rex/encoding/xor/byte.rb.ut'

class Rex::Encoding::Xor::Word::UnitTest < Rex::Encoding::Xor::Byte::UnitTest

	def enc
		Rex::Encoding::Xor::Word
	end
end

Version data entries

43 entries across 43 versions & 1 rubygems

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