Sha256: 0ec2dfa4d58269551c960813331788d28b9b3a5f5473f2b8d346df3b988fc5a2
Contents?: true
Size: 525 Bytes
Versions: 162
Compression:
Stored size: 525 Bytes
Contents
#-- # # $RCSfile$ # # = Ruby-space predefined Cipher subclasses # # = Info # 'OpenSSL for Ruby 2' project # Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz> # All rights reserved. # # = Licence # This program is licenced under the same licence as Ruby. # (See the file 'LICENCE'.) # # = Version # $Id$ # #++ module OpenSSL class Cipher # This class is only provided for backwards compatibility. Use OpenSSL::Cipher in the future. class Cipher < Cipher # add warning end end # Cipher end # OpenSSL
Version data entries
162 entries across 78 versions & 13 rubygems