ChainSig.js Documentation - v1.1.6
    Preparing search index...

    Function najToUncompressedPubKeySEC1

    • Converts a NAJ public key to an uncompressed SEC1 public key.

      Parameters

      • najPublicKey: `secp256k1:${string}`

        The NAJ public key to convert (e.g. secp256k1:3Ww8iFjqTHufye5aRGUvrQqETegR4gVUcW8FX5xzscaN9ENhpkffojsxJwi6N1RbbHMTxYa9UyKeqK3fsMuwxjR5)

      Returns `04${string}`

      The uncompressed SEC1 public key (e.g. 04 || x || y)