1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/md5/md5.doc
matz 3db12e8b23 Initial revision
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1998-01-16 12:13:05 +00:00

36 lines
655 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.\" md5.doc - -*- Indented-Text -*- created at: Fri Aug 2 12:01:27 JST 1996
** MD5(クラス)
RFC1321に記述されているRSA Data Security, Inc. の MD5 Message-Digest
Algorithmを実装するクラス
SuperClass: Object
Class Methods:
new([str])
md5([str])
新しいMD5オブジェクトを生成する文字列引数が与えられるとそれ
を追加する(see update)
Methods:
clone
MD5オブジェクトの複製を作る
digest
今までに追加した文字列に対するハッシュ値を16バイト長の文字列で
返す.
update(str)
keyをキーとする値を返す
-------------------------------------------------------
Local variables:
fill-column: 70
end: