Sha256: f9ce4de91d1a05008fb95c90b11a621745795bb7e2f132850d1aed701dee8f4c
Contents?: true
Size: 185 Bytes
Versions: 43
Compression:
Stored size: 185 Bytes
Contents
#!/usr/bin/env ruby module Rex module Encoding module Xor module Exception end class KeySearchError < ::Exception include Exception MSG = "Error finding a key." end end end end
Version data entries
43 entries across 43 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.4 | lib/rex/encoding/xor/exceptions.rb |
librex-0.0.3 | lib/rex/encoding/xor/exceptions.rb |
librex-0.0.1 | lib/rex/encoding/xor/exceptions.rb |