https://github.com/guyoung/randombytes-adapter
Random bytes adapter module, support CommonJS
https://github.com/guyoung/randombytes-adapter
Last synced: 8 months ago
JSON representation
Random bytes adapter module, support CommonJS
- Host: GitHub
- URL: https://github.com/guyoung/randombytes-adapter
- Owner: guyoung
- License: mit
- Created: 2024-04-21T14:29:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T02:45:06.000Z (over 2 years ago)
- Last Synced: 2025-02-14T05:35:05.552Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# randombytes-adapter
Random bytes adapter module, support CommonJS
## Usage
### Node.js / CommonJS
```javascript
var randomBytes = require("randombytes-adapter")
console.log(randomBytes(16))
```