7 8 9
# File 'lib/record_on_chain/crypto/default_cryptor.rb', line 7 def self.generate return Crypto::Cryptor.new( Crypto::AES.new ) end