Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > digest/sha1ライブラリ > Digest::SHA1クラス

class Digest::SHA1

クラスの継承リスト: Digest::SHA1 < Digest::Base < Digest::Instance < Digest::Class < Object < Kernel < BasicObject

Abstract

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

Methods

Classes