Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/blindsecp256k1-js
Typescript implementation of blind signatures over secp256k1 compatible with https://github.com/arnaucube/go-blindsecp256k1
https://github.com/arnaucube/blindsecp256k1-js
Last synced: about 9 hours ago
JSON representation
Typescript implementation of blind signatures over secp256k1 compatible with https://github.com/arnaucube/go-blindsecp256k1
- Host: GitHub
- URL: https://github.com/arnaucube/blindsecp256k1-js
- Owner: arnaucube
- License: gpl-3.0
- Created: 2021-02-03T22:05:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T17:29:38.000Z (over 1 year ago)
- Last Synced: 2024-04-16T22:33:53.093Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 197 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blindsecp256k1-js [![npm](https://img.shields.io/npm/v/blindsecp256k1)](https://www.npmjs.com/package/blindsecp256k1) [![Test](https://github.com/arnaucube/blindsecp256k1-js/workflows/Test/badge.svg)](https://github.com/arnaucube/blindsecp256k1-js/actions?query=workflow%3ATest)
Typescript implementation compatible with https://github.com/arnaucube/go-blindsecp256k1
Blind signature over [secp256k1](https://en.bitcoin.it/wiki/Secp256k1), based on *"[New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem](https://sci-hub.do/10.1109/ICCKE.2013.6682844)"* paper by Hamid Mala & Nafiseh Nezhadansari.
**WARNING**: this repo is experimental, do not use in production.