https://github.com/browserify/timing-safe-equal
https://github.com/browserify/timing-safe-equal
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/browserify/timing-safe-equal
- Owner: browserify
- License: mit
- Created: 2016-09-16T12:20:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T09:51:33.000Z (about 1 year ago)
- Last Synced: 2025-07-26T06:19:23.470Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
timing-safe-equal
===
provides a browserfiable [crypto.timingSafeEquals](https://nodejs.org/dist/latest-v6.x/docs/api/crypto.html#crypto_crypto_timingsafeequal_a_b) that, when used in the browser, gives a shim and when used in node, gives you the native one if available, and if not the shim.