noble-curves/src
Paul Miller ff5b231e31
secp256k1 & other implementations: reduce bundle size by 20% by using PURE.
PURE annotation helps bundlers during tree-shaking and eliminates dead code.

* secp256k1: 75.4kb => 62.3kb

* ed25519: 67.5kb => 51.1kb

* ed448: 55.1kb => 44.0kb

* p256: 67.8kb => 59.8kb

* p384: 75.4kb => 67.4kb

* p521: 75.8kb => 67.8kb
2023-05-20 10:49:50 +02:00
..
abstract Merge pull request #46 from sublimator/nd-sort-few-typos-things-editor-nagging-about-2023-05-09 2023-05-09 18:01:35 +02:00
_shortw_utils.ts bump lockfile, add comment to shortw 2023-02-13 23:55:58 +01:00
bls12-381.ts bls: refactor slightly 2023-04-23 20:29:03 +02:00
bn254.ts Rename bn to bn254 2023-04-12 04:33:32 +02:00
ed448.ts secp256k1 & other implementations: reduce bundle size by 20% by using PURE. 2023-05-20 10:49:50 +02:00
ed25519.ts secp256k1 & other implementations: reduce bundle size by 20% by using PURE. 2023-05-20 10:49:50 +02:00
index.ts Merge packages into one 2022-12-28 07:37:45 +01:00
jubjub.ts All files: rename Fp to Field 2023-03-21 06:51:18 +01:00
p256.ts secp256k1 & other implementations: reduce bundle size by 20% by using PURE. 2023-05-20 10:49:50 +02:00
p384.ts secp256k1 & other implementations: reduce bundle size by 20% by using PURE. 2023-05-20 10:49:50 +02:00
p521.ts secp256k1 & other implementations: reduce bundle size by 20% by using PURE. 2023-05-20 10:49:50 +02:00
pasta.ts All files: rename Fp to Field 2023-03-21 06:51:18 +01:00
secp256k1.ts secp256k1 & other implementations: reduce bundle size by 20% by using PURE. 2023-05-20 10:49:50 +02:00