summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/encode.rs
Commit message (Expand)AuthorAgeFilesLines
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-6/+6
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-1/+1
* tor-cert: Remove all usage of infallible writers.Nick Mathewson2022-07-111-1/+1
* tor-cert: Encoding now uses Writeable trait.Nick Mathewson2022-07-111-23/+18
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-1/+1
* Implement functionality to construct signed Ed25519 certs.Nick Mathewson2022-07-061-0/+200