Bug #9021 ยป rdoc_ext_digest_typos.patch
| digest.c (working copy) | ||
|---|---|---|
|
*
|
||
|
* 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
|
||
|
* A cryptographic hash function is a procedure that takes data and returns a
|
||
|
* fixed bit string: the hash value, also known as _digest_. Hash functions
|
||
|
* are also called one-way functions, it is easy to compute a digest from
|
||
|
* a message, but it is infeasible to generate a message from a digest.
|
||
|
*
|
||
| ... | ... | |
|
*
|
||
|
* == Digest algorithms
|
||
|
*
|
||
|
* Different digest algorithms (or hash functions) are available :
|
||
|
* Different digest algorithms (or hash functions) are available:
|
||
|
*
|
||
|
* HMAC::
|
||
|
* See FIPS PUB 198 The Keyed-Hash Message Authentication Code (HMAC)
|
||