Sha256: 58b0024deeb68318d90d388a47bda196e98a5c093b0fe1c18614f4a23c25fc06
Contents?: true
Size: 598 Bytes
Versions: 72
Compression:
Stored size: 598 Bytes
Contents
=begin = $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$ =end ## # Should we care what if somebody require this file directly? #require 'openssl' module OpenSSL class Cipher # This class is only provided for backwards compatibility. Use OpenSSL::Digest in the future. class Cipher < Cipher # add warning end end # Cipher end # OpenSSL
Version data entries
72 entries across 69 versions & 13 rubygems