aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2/sha2.c
Commit message (Expand)AuthorAgeFilesLines
* * 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