Closed tomholub closed 5 years ago
follow up from #25 currently only sha256
https://tools.ietf.org/html/rfc4880#section-9.4
ID Algorithm Text Name -- --------- --------- 1 - MD5 [HAC] "MD5" 2 - SHA-1 [FIPS180] "SHA1" 3 - RIPE-MD/160 [HAC] "RIPEMD160" 8 - SHA256 [FIPS180] "SHA256" 9 - SHA384 [FIPS180] "SHA384" 10 - SHA512 [FIPS180] "SHA512" 11 - SHA224 [FIPS180] "SHA224"
// openpgp.enums.hash Object { md5: 1, sha1: 2, ripemd: 3, sha256: 8, sha384: 9, sha512: 10, sha224: 11 }
follow up from #25 currently only sha256
https://tools.ietf.org/html/rfc4880#section-9.4