index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
digest
/
rmd160
/
rmd160init.c
Age
Commit message (
Expand
)
Author
2020-12-19
[digest] Added rb_digest_make_metadata to wrap metadata
Nobuyoshi Nakada
2020-12-02
digest: remove OpenSSL engine
Kazuki Yamaguchi
2019-08-22
Hoisted out rb_digest_namespace
Nobuyoshi Nakada
2016-10-20
* remove trailing spaces.
svn
2016-10-20
* ext/digest/digest.c: Add documentation for Digest.
hsbt
2015-11-21
* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
naruse
2015-02-11
digest: common configurations
nobu
2015-02-10
digest: no ID cache
nobu
2014-09-30
ext/digest: hide metadata objects for internal use
nobu
2014-09-30
protoize no-arguments functions
nobu
2014-09-29
digest: no check for hidden objects
nobu
2012-02-25
avoid rdoc's warnings.
naruse
2008-09-01
* ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c
nobu
2006-10-20
* ext/digest: Prefix C constants with RUBY_ and C type names with
knu
2006-10-13
* ext/digest/digest.c, ext/digest/digest.h,
knu
2006-10-13
* ext/digest/digest.c, ext/digest/md5/md5init.c,
knu
2006-10-11
* ext/digest/digest.c (get_digest_base_metadata): Use an instance
knu
2006-10-11
* ext/digest/digest.c (rb_digest_base_alloc,
knu
2006-10-11
* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add
knu
2006-10-05
* ext/digest/digest.[ch]: Since the argument order of
knu
2006-09-27
* ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,
knu
2002-09-26
* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
knu
2002-02-17
* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is
nobu
2001-07-13
Import the "digest" module and the submodules, from the Rough Ruby
knu