Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library digest/sha2
library digest/sha2
要約
クラスとモジュール
class Digest::SHA2 | |
class Digest::SHA256 | FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-256 Secure Hash Algorithmを 実装するクラス。 |
class Digest::SHA384 | FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-384 Secure Hash Algorithmを 実装するクラス。 |
class Digest::SHA512 | FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-512 Secure Hash Algorithmを 実装するクラス。 |
同時にrequireされるライブラリ
digest | メッセージダイジェストライブラリ。 |
digest/md5 | |
digest/rmd160 | |
digest/sha1 | |
digest/sha2 |