Class: Strongroom::Decryptor::CipherLocator
- Inherits:
-
Object
- Object
- Strongroom::Decryptor::CipherLocator
- Defined in:
- lib/strongroom/decryptor.rb
Instance Method Summary collapse
Instance Method Details
#for(enigma) ⇒ Object
23 24 25 |
# File 'lib/strongroom/decryptor.rb', line 23 def for enigma OpenSSL::Cipher.new enigma.cipher end |