Libraries
»
klacointe-openpgp
(0.0.1.4)
»
Index (D)
»
OpenPGP
»
Algorithm
»
Digest
Module: OpenPGP::Algorithm::Digest
Defined in:
lib/openpgp/algorithm.rb
Overview
OpenPGP hash algorithms.
See Also:
http://tools.ietf.org/html/rfc4880#section-9.4
Constant Summary
collapse
MD5 =
1
SHA1 =
2
RIPEMD160 =
3
SHA256 =
8
SHA384 =
9
SHA512 =
10
SHA224 =
11