numsPoint property

ECPublicKey numsPoint
final

To prove that this point does not have an associated private key, the x-coordinate is the sha256 hash of the uncompressed secp256k1 generator point bytes. This can be reproduced and verified using the script bin/generate_nums_point.dart.

Implementation

static final numsPoint = ECPublicKey.fromXOnlyHex(
  "50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0",
);