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
;const ng =const nonce = tg;
Tests
Install dev dependencies with npm install
, then run npm test
.