← All repos

randombytes

random bytes from browserify stand alone

Browse cluster: JavaScript Standard Style Linting
51commits
8contributors
1languages

Tech stack & purpose

Randombytes is a JavaScript library that provides random byte generation across different runtime environments. It offers a unified API that uses Node.js's native crypto.randomBytes in Node environments while falling back to browser APIs like crypto.getRandomValues or msCrypto in browser contexts. The project is built for JavaScript and npm, originating from the browserify ecosystem, and allows developers to generate random bytes using either synchronous or callback-based asynchronous patterns.

Languages

JavaScript
100.0%

Contributors