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