Class: Strongroom::Decryptor::CipherLocator

Inherits:
Object
  • Object
show all
Defined in:
lib/strongroom/decryptor.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) for(enigma)



23
24
25
# File 'lib/strongroom/decryptor.rb', line 23

def for enigma
  OpenSSL::Cipher.new enigma.cipher
end