Module: OpenPGP::Algorithm::Digest
- Defined in:
- lib/openpgp/algorithm.rb
Overview
OpenPGP hash algorithms.
Constant Summary collapse
- MD5 =
1- SHA1 =
2- RIPEMD160 =
3- SHA256 =
8- SHA384 =
9- SHA512 =
10- SHA224 =
11
OpenPGP hash algorithms.
1
2
3
8
9
10
11