2.0.1 • Published 8 years ago
a-nonce-generator v2.0.1
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-generatorUsage
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.