This commit is contained in:
arnaucube
2023-02-22 11:43:47 +01:00
parent b17997a887
commit 5c99652af5
3 changed files with 3099 additions and 26 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules node_modules
blindsecp256k1-browser.js blindsecp256k1-browser.js
dist dist
package-lock.json

3122
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "blindsecp256k1", "name": "blindsecp256k1",
"version": "0.0.6", "version": "0.0.7",
"description": "Blind signatures over secp256k1, compatible with https://github.com/arnaucube/go-blindsecp256k1", "description": "Blind signatures over secp256k1, compatible with https://github.com/arnaucube/go-blindsecp256k1",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",