-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ed25519 public key bytes wrapper (#221)
* Add ed25519 public key bytes wrapper * modify a few tests * clippy * revert deref * bump crypto version * copyrights * PR suggestions
- Loading branch information
DaughterOfMars
authored
Jan 16, 2024
1 parent
ea5bff2
commit 65c49a4
Showing
9 changed files
with
212 additions
and
146 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"iota-crypto": patch | ||
--- | ||
|
||
Added ed25519 PublicKeyBytes wrapper that does not require validation to use. |
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
Oops, something went wrong.