-
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding GroupElement validation test and removing unneeded test
- Loading branch information
1 parent
566da4f
commit ed95c59
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rejecting the identity group element seems risky, as it's not inherently invalid. I recommend that checks for the identity be done at a higher level for algorithms that require this be done. Existing code already does this, and the new Spark code will check for it as needed.