Skip to content

Commit

Permalink
🔖 bump to v1.0.1
Browse files Browse the repository at this point in the history
Minor version that adds the installation step on the README file
  • Loading branch information
qd-qd committed Jun 2, 2023
1 parent cdb64a1 commit 0b00f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0b00f9f

Please sign in to comment.