ufsecp 3.13.0 → 3.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -128,5 +128,5 @@ MIT
128
128
  ## Links
129
129
 
130
130
  - [GitHub](https://github.com/shrec/UltrafastSecp256k1)
131
- - [Benchmarks](https://github.com/shrec/UltrafastSecp256k1/blob/main/libs/UltrafastSecp256k1/docs/BENCHMARKS.md)
132
- - [Changelog](https://github.com/shrec/UltrafastSecp256k1/blob/main/libs/UltrafastSecp256k1/CHANGELOG.md)
131
+ - [Benchmarks](https://github.com/shrec/UltrafastSecp256k1/blob/main/docs/BENCHMARKS.md)
132
+ - [Changelog](https://github.com/shrec/UltrafastSecp256k1/blob/main/CHANGELOG.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ufsecp",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "description": "Node.js bindings for UltrafastSecp256k1 — high-performance secp256k1 ECC (ufsecp C ABI v1)",
5
5
  "main": "lib/ufsecp.js",
6
6
  "files": ["lib/ufsecp.js", "prebuilds/", "README.md"],
Binary file
index 9788203..e15ccdb 100755
Binary file
Binary file
Binary file
Binary file