class NetPGP::HashAlgorithm

Constants

MD5
RIPEMD
SHA1
SHA224
SHA256
SHA384
SHA512
STRING_MAPPING

see pgp_str_to_hash_alg

Public Class Methods

to_s(alg) click to toggle source
# File lib/netpgp/highlevel/constants.rb, line 51
def self.to_s(alg)
  STRING_MAPPING[alg]
end