Files
2024-01-01 22:23:00 -08:00
..
2024-01-01 22:23:00 -08:00
2023-08-26 19:37:02 -07:00
2023-12-20 20:35:07 -08:00
2023-08-26 19:10:04 -07:00
2023-12-21 00:54:43 -08:00
2023-08-26 20:51:43 -07:00
2023-08-26 19:10:04 -07:00
2023-12-27 17:29:15 -08:00
2023-12-27 17:29:15 -08:00

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