Browse Source

v0.0.7

master
arnaucube 1 year ago
parent
commit
5c99652af5
3 changed files with 3099 additions and 26 deletions
  1. +1
    -0
      .gitignore
  2. +3097
    -25
      package-lock.json
  3. +1
    -1
      package.json

+ 1
- 0
.gitignore

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

+ 3097
- 25
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json

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

Loading…
Cancel
Save