Digest::SHA1

包含FIPS PUB 180-1中提到的NIST (the US' National Institute of Standards and Technology) 的 SHA-1 Secure Hash Algorithm的类。

超类:

类方法:

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页面。