ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY


key 参数的无效值已传给 crypto.ECDH()computeSecret() 方法。这意味着公钥位于椭圆曲线之外。

¥An invalid value for the key argument has been passed to the crypto.ECDH() class computeSecret() method. It means that the public key lies outside of the elliptic curve.