-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crypto: Parse and format Ed25519 SPKI without using derp.
Remove the `derp` dependency. The header value was obtained from `head -c14 tests/ed25519/ed25519-1.spki.der | hexdump -C`. This will allow the version of untrusted used by rust-tuf to be upgraded when *ring* is updated to 0.17 without having multiple versions of untrusted in the dependency tree.
- Loading branch information
1 parent
a547331
commit 7b5a8a8
Showing
3 changed files
with
38 additions
and
60 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