ruby--ruby/ext
knu 76d7dae26a Import the "digest" module and the submodules, from the Rough Ruby
project.

  ext/digest:
    This module provides the module Digest and the abstract class
    Digest::Base.

  ext/digest/md5 (which obsoletes ext/md5):
    This module provides the class Digest::MD5 which implements the
    MD5 Message-Digest Algorithm.

  ext/digest/rmd160:
    This module provides the class Digest::RMD160 which implements the
    RIPEMD-160 cryptographic hash function.

  ext/digest/sha1 (which obsoletes ext/sha1):
    This module provides the class Digest::SHA1 which implements the
    SHA-1 Secure Hash Algorithm.

  ext/digest/sha2:
    This module provides the classes Digest::SHA256, Digest::SHA384
    and Digest::SHA512 which implement the SHA-256, SHA-384 and
    SHA-512 Secure Hash Algorithms, respectively.

  lib/md5.rb, lib/sha1.rb:
    These files are provided for backward compatibility.

All these classes have the common API, which previously ext/md5 and
ext/sha1 modules provided.  While the new API keeps 100% backward
compatibility, it has been enriched with several utility methods.

Read digest.txt for further details.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-07-13 20:06:14 +00:00
..
Win32API * ext/Win32API/Win32API.c: remove Init_win32api(). 2001-03-26 05:11:18 +00:00
curses * eval.c (block_pass): should not downgrade safe level. 2001-05-02 04:22:21 +00:00
dbm * configure.in: use waitpid on mingw32. 2001-06-01 02:25:28 +00:00
digest Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
etc * ext/etc/extconf.rb: use egrep_cpp. 2001-06-05 04:43:17 +00:00
fcntl * dir.c (dir_s_glob): supprt backslash escape of metacharacters 2001-02-14 05:52:06 +00:00
gdbm rb_eGDBMFatalErrors -> rb_eGDBMFatalError 2001-05-06 16:37:38 +00:00
nkf forgot some checkins. 2001-05-06 15:06:00 +00:00
pty * error.c (exc_exception): clone the receiver exception instead of 2001-07-02 08:46:28 +00:00
readline Detypo and reword a bit. 2001-07-05 15:47:03 +00:00
sdbm * configure.in: remove unnecessary AC_CANONICAL_BUILD 2001-05-28 16:07:34 +00:00
socket * ext/socket/socket.c (ruby_connect): workaround for the setup of 2001-07-12 06:16:49 +00:00
tcltklib * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment 2001-06-25 01:52:59 +00:00
tk * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax 2001-06-01 06:47:32 +00:00
.cvsignore * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00
Setup Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.dj Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.emx Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.nt Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.x68 Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. 2001-05-31 04:40:37 +00:00
extmk.rb.in * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00