種類
- インスタンスメソッド (240)
- クラス (108)
- 特異メソッド (60)
- モジュール関数 (24)
- モジュール (24)
クラス
-
Digest
:: Base (252) -
Digest
:: SHA2 (36)
キーワード
- << (12)
- == (24)
- Base (12)
- Class (12)
- Digest (24)
- Instance (12)
- MD5 (12)
- RMD160 (12)
- SHA1 (12)
- SHA2 (12)
- SHA256 (12)
- SHA384 (12)
- SHA512 (12)
-
block
_ length (24) - bubblebabble (12)
- clone (12)
- digest (24)
- digest! (12)
-
digest
_ length (24) - dup (12)
- file (24)
- hexdigest (24)
- hexdigest! (12)
- hexencode (12)
- length (12)
- new (24)
- reset (12)
- size (12)
-
to
_ s (12) - update (12)
検索結果
先頭5件
-
Digest
:: SHA2 # digest _ length -> Integer (1.0) -
ダイジェストのハッシュ値のバイト長を返します。
ダイジェストのハッシュ値のバイト長を返します。 -
Digest
:: SHA2 . new(bitlen = 256) -> Digest :: SHA2 (1.0) -
与えられた bitlen に対応する SHA2 ハッシュを生成するためのオブジェクト を内部で設定して自身を初期化します。
与えられた bitlen に対応する SHA2 ハッシュを生成するためのオブジェクト
を内部で設定して自身を初期化します。
@param bitlen ハッシュの長さを指定します。256, 384, 512 が指定可能です。
@raise ArgumentError bitlen に 256, 384, 512 以外の値を指定した場合に発生します。 -
Digest
:: SHA256 (1.0) -
FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-256 Secure Hash Algorithmを 実装するクラスです。
FIPS PUB 180-2に記述されているNIST (the US' National Institute of
Standards and Technology) の SHA-256 Secure Hash Algorithmを
実装するクラスです。 -
Digest
:: SHA384 (1.0) -
FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-384 Secure Hash Algorithmを 実装するクラスです。
FIPS PUB 180-2に記述されているNIST (the US' National Institute of
Standards and Technology) の SHA-384 Secure Hash Algorithmを
実装するクラスです。 -
Digest
:: SHA512 (1.0) -
FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-512 Secure Hash Algorithmを 実装するクラスです。
FIPS PUB 180-2に記述されているNIST (the US' National Institute of
Standards and Technology) の SHA-512 Secure Hash Algorithmを
実装するクラスです。