@anzerr/ngen.util
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Intro

GitHub Actions status | publish

Generating numbers with a secret that you can release later

Install

npm install --save git+https://github.com/anzerr/ngen.util.git
npm install --save @anzerr/ngen.util

Example

const Gen = require('ngen.util');

const g = new Gen('8PILspWVIRmYYmxjDX3G'); // secret
const publicKey = '8gNz9DrywX', nonce = 1;
console.log(g.get(publicKey + ':' + nonce));

Package Sidebar

Install

npm i @anzerr/ngen.util

Weekly Downloads

16

Version

1.0.11

License

MIT

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • anzerr