UNPKG

fast-sha512

Version:

Native SHA-512 with an efficient fallback implementation from TweetNaCl.js

13 lines (12 loc) 182 B
module.exports = { entry: { app: './index.js' }, mode: 'none', output: { filename: 'index.js', library: 'fastSHA512', libraryTarget: 'var' }, target: ['web', 'es5'] };