summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/encode.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-4/+6
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Work around a new nightly clippy warningNick Mathewson2022-09-301-1/+1
* 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