-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add IsValidKeyID to CommonMessageSignatureProofScheme
This circumvents tracking a dedicated nil proof for key ID verification. It seems reasonable to push this reponsibility to the scheme. Non-aggregating schemes will have some way of representing the ID by a singular index, while aggregating schemes will likely do some kind of verification that the ID is following scheme-specific aggregation rules, such as needing to fill leftmost first, needing to fill pairwise in a binary tree shape, or so on. Next up is removing all notions of the nil proof being required.
- Loading branch information
1 parent
28e967c
commit 0b0d7bf
Showing
5 changed files
with
56 additions
and
19 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
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
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