UNPKG

iana-hashes

Version:

Use the IANA registered hash names with node crypto

4 lines (3 loc) 112 B
module.exports = function () { return ['sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'md5', 'rmd160']; };