mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/digest/digest.c, ext/digest/md5/md5init.c,
ext/digest/rmd160/rmd160init.c, ext/digest/sha1/sha1init.c, ext/digest/sha2/sha2init.c: Add RDoc documentation. * ext/digest/digest.txt, ext/digest/digest.txt.ja: Removed in favor of embedded RDoc documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2125aafc27
commit
5cafaa6744
8 changed files with 98 additions and 243 deletions
|
@ -16,6 +16,11 @@ static algo_t rmd160 = {
|
|||
(hash_finish_func_t)RMD160_Finish,
|
||||
};
|
||||
|
||||
/*
|
||||
* A class for calculating message digests using RIPEMD-160
|
||||
* cryptographic hash function, designed by Hans Dobbertin, Antoon
|
||||
* Bosselaers, and Bart Preneel.
|
||||
*/
|
||||
void
|
||||
Init_rmd160()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue