Sha256: 2d6a184cd6107b87ff6c0881aa356e9ff45652d609d761b7ca1ba502c44b5b2a
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: binary -*- require 'rex/encoding/xor/generic' module Rex module Encoding module Xor class Qword < Generic def Qword.keysize 8 end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/encoding/xor/qword.rb |
librex-0.0.66 | lib/rex/encoding/xor/qword.rb |