ECCANON

Hi All

I wrote a quick library to canonicalize ec keys (ie nostr privkeys) to make
them more compatible with Nostr NIP-01 and BIP340 Schnorr Signatures.

Nostr keys are divided into 03 (odd) and 02 (even) keys, and even keys are
preferred.  If you run your key through this it will convert it to the
preferred nostr format.

https://www.npmjs.com/package/eccanon

More details are in the README.

Best
Melvin

Received on Monday, 7 July 2025 19:24:49 UTC