aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2/sha2.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-211-1/+1
* * doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt2015-04-151-1/+1
* ext/digest: return values of init and finalnobu2014-07-151-9/+15
* sha2.c: suppress warningsnobu2013-04-011-3/+6
* * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu2012-04-301-7/+7
* * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi2011-07-151-2/+4
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-4/+4
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-221-36/+9
* * ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu2009-08-061-60/+65
* * ext/digest/sha2/sha2.c (*_Final): typos.usa2009-08-061-6/+6
* * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu2009-08-051-111/+284
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-111-18/+0
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-051-3/+3
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-1/+1
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-261-3/+3
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-131-0/+937