-
Notifications
You must be signed in to change notification settings - Fork 747
HIL: Add Signature::verify with const L:usize
and process checker for signatures
#3878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
const L:usize
and process checker for signatures
As discussed, this PR should not be blocked on whether the digest HIL and digest-related HILs should have the specific algorithm as a type parameter, rather than a const length (which would have other potentially problematic knock on effects). As is, this PR adds useful, long-overdue, functionality and the questions raised originally (now in #3772) are separate IMO. |
The requested changes have been addressed.
Pull Request Overview
This is an alternative to #3772, and is in fact the original version of that PR.
Testing Strategy
This pull request was tested by...
TODO or Help Wanted
This pull request still needs...
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.