UNPKG

fast-sha512

Version:

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

8 lines (5 loc) 232 B
# fast-sha512 ## Overview Performs a SHA-512 hash using the current platform's native implementation where available or an efficient JavaScript implementation from [TweetNaCl.js](https://github.com/dchest/tweetnacl-js) otherwise.