aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha1/sha1init.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: common configurationsnobu2015-02-111-1/+1
* digest: no ID cachenobu2015-02-101-2/+2
* 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
* avoid rdoc's warnings.naruse2012-02-251-0/+3
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-2/+2
* * 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-7/+7
* * 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
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-4/+1
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-261-0/+4
* * 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/+34