Native SHA-512 with an efficient fallback implementation from TweetNaCl.js
npm install fast-sha512Performs a SHA-512 hash using the current platform's native implementation
where available or an efficient JavaScript implementation from
TweetNaCl.js otherwise.