aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2/sha2init.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-211-1/+2
* digest: CommonDigestnobu2015-02-111-0/+2
* digest: no ID cachenobu2015-02-101-1/+1
* ext/digest: hide metadata objects for internal usenobu2014-09-301-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* digest: no check for hidden objectsnobu2014-09-291-0/+2
* * ext/digest/extconf.rb: use OpenSSL only when all transformnobu2010-02-241-1/+1
* * ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr2010-02-221-1/+1
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-221-0/+4
* * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu2008-09-011-2/+2
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-201-5/+5
* * ext/digest/digest.c, ext/digest/digest.h,knu2006-10-131-3/+2
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-131-0/+5
* * ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu2006-10-111-2/+2
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-111-1/+0
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-0/+3
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-051-2/+1
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-1/+1
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-171-2/+2
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-131-0/+47