UNPKG

simple-js-sha2

Version:

simple js sha2 implementation (includes 224bit, 256bit, 384bit, 512bit)

6 lines 184 B
module.exports = { _224: require('simple-js-sha2-224'), _256: require('simple-js-sha2-256'), _384: require('simple-js-sha2-384'), _512: require('simple-js-sha2-512'), }