serialize the private key to a hexadecimal string
@override String toHex({bool lowerCase = true, String prefix = ''}) { return _privateKey.toHex(lowerCase: lowerCase, prefix: prefix); }