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