blindrsa-ts: A TypeScript Library for Blind RSA Signature protocol.
Specification: Compliant with IETF draft-irtf-cfrg-rsa-blind-signatures and tests vectors match with v14.
Development
Task | NPM scripts |
---|
Installing | $ npm ci |
Building | $ npm run build |
Unit Tests | $ npm run test |
Examples | $ npm run examples |
Benchmarking | $ npm run bench |
Code Linting | $ npm run lint |
Code Formatting | $ npm run format |
Dependencies
This project uses the Stanford Javascript Crypto Library sjcl. Use the following command to configure the library.
$ make -f sjcl.Makefile
License
The project is licensed under the Apache-2.0 License.