1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/digest
knu dd937ba9dc * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor
optimization.

* ext/digest/digest.c (rb_digest_instance_equal): Allow comparing
  a digest instance with another of a different class.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-11-01 05:01:43 +00:00
..
bubblebabble * ext/digest: Prefix C constants with RUBY_ and C type names with 2006-10-20 12:48:35 +00:00
lib * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor 2006-11-01 05:01:43 +00:00
md5 * ext/digest: Prefix C constants with RUBY_ and C type names with 2006-10-20 12:48:35 +00:00
rmd160 * ext/digest: Prefix C constants with RUBY_ and C type names with 2006-10-20 12:48:35 +00:00
sha1 * ext/digest: Prefix C constants with RUBY_ and C type names with 2006-10-20 12:48:35 +00:00
sha2 * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates. 2006-10-20 13:01:55 +00:00
.cvsignore
defs.h
depend
digest.c * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor 2006-11-01 05:01:43 +00:00
digest.h * ext/digest: Prefix C constants with RUBY_ and C type names with 2006-10-20 12:48:35 +00:00
extconf.rb
test.sh * ext/digest/test.sh: make this script work again. 2006-10-25 07:35:45 +00:00