mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/digest/digest.c: [DOC] typo in overview by @chastell
[Fixes GH-399] https://github.com/ruby/ruby/pull/399 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
12fdf4bc92
commit
017a975ec2
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Sep 26 22:03:15 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* ext/digest/digest.c: [DOC] typo in overview by @chastell
|
||||
[Fixes GH-399] https://github.com/ruby/ruby/pull/399
|
||||
|
||||
Thu Sep 26 22:00:42 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric
|
||||
|
|
|
@ -30,8 +30,7 @@ RUBY_EXTERN void Init_digest_base(void);
|
|||
*
|
||||
* This module provides a framework for message digest libraries.
|
||||
*
|
||||
* You may want to look at OpenSSL::Digest as it supports support more
|
||||
* algorithms.
|
||||
* You may want to look at OpenSSL::Digest as it supports more algorithms.
|
||||
*
|
||||
* A cryptographic hash function is a procedure that takes data and return a
|
||||
* fixed bit string : the hash value, also known as _digest_. Hash functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue