2.0.1 • Published 7 years ago

a-nonce-generator v2.0.1

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

a-nonce-generator

styled with prettier Travis Coverage Status npm npm license

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.

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago