UNPKG

iana-hashes

Version:

Use the IANA registered hash names with node crypto

7 lines (4 loc) 99 B
var crypto = require('crypto'); module.exports = function () { return crypto.getHashes(); };