An open API service indexing awesome lists of open source software.

https://github.com/browserify/timing-safe-equal


https://github.com/browserify/timing-safe-equal

Last synced: 6 months ago
JSON representation

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.