check if bytes is valid for this key
static bool isValidBytes(List<int> keyBytes) { return MoneroPrivateKey.isValidBytes(keyBytes); }