File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -446,10 +446,13 @@ you found another primitive that is missing.
446
446
447
447
## Upgrading
448
448
449
- Upgrading from 1.0 to 2.0: ` secp256k1 ` module was changed massively:
450
- before, it was using [ noble-secp256k1 1.7] ( https://github.com/paulmillr/noble-secp256k1 ) ;
451
- now it uses safer [ noble-curves] ( https://github.com/paulmillr/noble-curves ) . Please refer
452
- to [ upgrading section from curves README] ( https://github.com/paulmillr/noble-curves#upgrading ) .
449
+ Upgrading from 1.0 to 2.0:
450
+
451
+ 1 . ` secp256k1 ` module was changed massively:
452
+ before, it was using [ noble-secp256k1 1.7] ( https://github.com/paulmillr/noble-secp256k1 ) ;
453
+ now it uses safer [ noble-curves] ( https://github.com/paulmillr/noble-curves ) . Please refer
454
+ to [ upgrading section from curves README] ( https://github.com/paulmillr/noble-curves#upgrading ) .
455
+ 2 . node.js 14 and older support was dropped. Upgrade to node.js 16 or later.
453
456
454
457
Upgrading from 0.1 to 1.0: ** Same functionality** , all old APIs remain the same except for the breaking changes:
455
458
You can’t perform that action at this time.
0 commit comments