Fastest 4KB JS implementation of secp256k1 signatures and ECDH
- v2: 3.99 kb gzipped, schnorr is not included because it increases bundle size - separate pull req implements schnorr in 4.98 kb - v3: 3.98 kb **with schnorr!** 3.35 kb without schnorr Notable changes: - Uint8Array-only getPublicKey, sign, verify (mirrors noble-curves v2) - Point and Signature interfaces now differ from noble-curves (negate => neg, multiply => mul) - curves v2 have Point.Fp and Point.Fn so it won't be 100% compatible even without these changes - Additional utils (bytesToHex etc.) moved from etc to etc2 - TODO: better name TODO: consider renaming coords (px, py => X, Y) for noble-curves
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by paulmillr and has received 0 comments.