aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant digest namespaceHiroshi SHIBATA2021-10-142-0/+0
* separate pure ruby location under the digest/* extensionsHiroshi SHIBATA2021-10-142-0/+145
* Move pure ruby files under the ext/gemname/lib directory.Hiroshi SHIBATA2021-10-141-142/+0
* Fix libraries under digestNobuyoshi Nakada2021-10-121-0/+142
* [ruby/digest] Place common parts in lib and engine specific parts under ext/*...Akinori MUSHA2021-10-121-147/+0
* [ruby/digest] jruby supportPavel Rosický2021-10-121-1/+6
* * remove trailing spaces.svn2016-10-201-4/+4
* * ext/digest/digest.c: Add documentation for Digest.hsbt2016-10-201-5/+39
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-101-3/+3
* * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain2011-05-161-8/+41
* * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa2009-08-061-0/+1
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-0/+0
* * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu2006-10-201-1/+1
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-201-0/+73