ruby--ruby/ext/digest/rmd160
knu 15d643f44c * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
is much faster than what we have now (rmd160.[ch]).  Add a knob
  (--with-bundled-rmd160) to extconf.rb which makes it use the
  bundled one anyway.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-09-26 17:26:46 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
MANIFEST * ext/digest: add depend file. 2002-03-18 09:24:39 +00:00
depend * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It 2002-09-26 17:26:46 +00:00
extconf.rb * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It 2002-09-26 17:26:46 +00:00
rmd160.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
rmd160.h Merge from rough. 2002-02-24 08:20:50 +00:00
rmd160hl.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
rmd160init.c * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It 2002-09-26 17:26:46 +00:00
rmd160ossl.c * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It 2002-09-26 17:26:46 +00:00
rmd160ossl.h * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It 2002-09-26 17:26:46 +00:00