diff --git a/package.json b/package.json index 44add2a..63c8e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation", - "version": "1.0.0", + "version": "1.0.1", "description": "This library boosts ECDSA performance by generating a precomputed table of 256 points on the secp256r1 curve from a public key. This optimization speeds up point multiplication, making elliptic curve digital signature algorithms more efficient.", "source": "src/index.ts", "module": "dist/module.js",