0.2.2 • Published 5 months ago

@autismjs/crypto v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

autism-crypto

autism-crypto is a crypto utility for autism.

It supports the following crypto type

  • ECDSA key gen, sign, verify
  • ECDH key gen, derive
  • AES encrypt, decrypt
  • ZK rln, semaphore

Install as NPM Package

npm install @autismjs/crypto

Development

npm install
npm run lint
npm test

Build

npm install
npm run build