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
hsbt 814c1adec7 * ext/digest/digest.c: Add documentation for Digest.
[Feature #10452][ruby-core:66001][ci skip]
  * remove HMAC from list of digest algorithms,
  * add MD5 in list of digest algorithms,
  * add information about writing a C digest implementation using Digest::Base,
  * add documentation for Digest::Base public methods.
* ext/digest/md5/md5init.c: add examples for MD5.
* ext/digest/rmd160/rmd160init.c: add examples for Digest::RMD160.
* ext/digest/sha1/sha1init.c: add examples for Digest::SHA1.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-10-20 07:57:30 +00:00
..
bubblebabble rb_funcallv 2016-07-29 11:57:14 +00:00
lib Use qualified names 2016-08-30 06:22:30 +00:00
md5 * ext/digest/digest.c: Add documentation for Digest. 2016-10-20 07:57:30 +00:00
rmd160 * ext/digest/digest.c: Add documentation for Digest. 2016-10-20 07:57:30 +00:00
sha1 * ext/digest/digest.c: Add documentation for Digest. 2016-10-20 07:57:30 +00:00
sha2 * ext/digest/digest.c: Add documentation for Digest. 2016-10-20 07:57:30 +00:00
defs.h
depend Update dependencies. 2016-04-11 11:50:00 +00:00
digest.c * ext/digest/digest.c: Add documentation for Digest. 2016-10-20 07:57:30 +00:00
digest.h digest: define Finish func from Final func 2015-02-11 02:09:23 +00:00
digest_conf.rb Local header dependencies 2016-07-06 05:44:58 +00:00
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
test.sh