Parses a Hex-String to a BigInt
static BigInt parsePrivateKey(String privateKeyHex) { return BigInt.parse(privateKeyHex, radix: 16); }