Sha256: ed891e1309300122360671886e30877e44fd06f5e78301af97f484e546411279
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: binary -*- $:.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/encoding/xor/word.rb.ut.rb |
librex-0.0.66 | lib/rex/encoding/xor/word.rb.ut.rb |