a-nonce-generator
A generator for creating nonces.
It uses the package 'seedrandom' for better randomness.
Homepage
https://adorsys.github.io/npm-nonce-generator/
Installation
npm install a-nonce-generator
Usage
import NonceGenerator from 'a-nonce-generator';
const ng = new NonceGenerator()
const nonce = tg.generate();
Tests
Install dev dependencies with npm install
, then run npm test
.