fast-sha256-js

SHA-256, HMAC, HKDF and PBKDF2 implementation for JavaScript/TypeScript with typed arrays for modern browsers and Node.js

UNLICENSE License

Downloads
1.1M
Stars
133
Committers
3
fast-sha256-js - v1.1.0 Latest Release

Published by dchest almost 7 years ago

  • Public domain dedication in The Unlicense form.
  • exports.__esModule = true
  • Rebuild with newer Uglify.js.
fast-sha256-js - v1.0.0

Published by dchest over 8 years ago

  • Ported to TypeScript, now JavaScript version is built from TypeScript.
  • Exported Hash and HMAC classes.