-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP revert unnecessary changes * fix a comment on serialization * Add trait bounds for `SignatureScheme`'s verification key and signature * Fix rust doc formatting for CanoninicalBytes * move constants from bls.rs to constants.rs * Add a Zeroize bound on `SigningKey` * map errors * Remove `Deref` impl for BLS structs instead use the inner reference with `<data>.0` * Replace tags with updated definitions from espresso common * Add de/ser bounds on `SigningKey` * add bounds on SignatureScheme associated types bounds for `Debug + Clone + Send + Sync` * Add Eq, PartialEq bounds on SignatureScheme types * Revert "Remove `Deref` impl for BLS structs" This reverts commit 7149b1a. * pin espresso-common to 0.4
- Loading branch information
Showing
7 changed files
with
216 additions
and
20 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
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