Declared in | PGPTypes.h |
PGPHashAlgorithm
Definition
typedef NS_ENUM(UInt8, PGPHashAlgorithm ) {
PGPHashUnknown = 0,
PGPHashMD5 = 1,
PGPHashSHA1 = 2,
PGPHashRIPEMD160 = 3,
PGPHashSHA256 = 8,
PGPHashSHA384 = 9,
PGPHashSHA512 = 10,
PGPHashSHA224 = 11,
};