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.
3 files changed
tree: 1bcd9304d3cead013a653f14d1e2e9b79a021271
  1. .github/
  2. interop-tests/
  3. tuf/
  4. .gitattributes
  5. .gitignore
  6. Cargo.toml
  7. clippy.toml
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. MAINTAINERS
  11. README.md
  12. rustfmt.toml
README.md

rust-tuf

A Rust implementation of The Update Framework (TUF).

Full documentation is hosted at docs.rs.

Warning: Beta Software

This is under active development and may not suitable for production use. Further, the API is unstable and you should be prepared to refactor on even patch releases.

Contributing

Please make all pull requests to the develop branch.

Bugs

This project has a full disclosure policy on security related errors. Please treat these errors like all other bugs and file a public issue. Errors communicated via other channels will be immediately made public.

Legal

License

This work is dual licensed under the MIT and Apache-2.0 licenses. See LICENSE-MIT and LICENSE-APACHE for details.