Digest::SHA1

FIPS PUB 180-1に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-1 Secure Hash Algorithmを実装するクラス。

使いかた

require 'digest/sha1'

スーパークラス:

クラスメソッド:

Digest::SHA1.new([str])
Digest::SHA1.digest(str)
Digest::SHA1.hexdigest(str)

Digest::Base のページを参照のこと。

メソッド:

dup
clone
digest
hexdigest
to_s
update(str)
self << str
self == md
self == str

Digest::Base のページを参照のこと。



rubyist ML