summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-4/+4
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Run "fixup-features".Nick Mathewson2023-06-291-1/+1
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* hscrypto: remove "tor-error/experimental-api" dependencyNick Mathewson2023-06-231-1/+1
* New ErrorKind for invalid onion addressesNick Mathewson2023-06-221-0/+1
* tor-hscrypto: implement Rng.gen() for RendCookieIan Jackson2023-06-091-0/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-7/+7
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-5/+2
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-7/+7
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-4/+4
* Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsIdIan Jackson2023-03-081-0/+1
* Impl Redactable for HsIdIan Jackson2023-03-071-0/+1
* impl Display for HsIdIan Jackson2023-03-071-0/+3
* hscrypto: Make several types Readable+WriteableNick Mathewson2023-02-281-0/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-1/+1
* hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-091-0/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-1/+1
* hscrypto: Use derive_more, and derive Deref for public keys.Nick Mathewson2023-01-251-0/+1
* hscrypto: Implement key blinding.Nick Mathewson2023-01-241-1/+6
* hscrypto: Add an implementation for TimePeriodNick Mathewson2023-01-241-0/+1
* hscrypto: Implement hs_mac.Nick Mathewson2023-01-241-0/+2
* hscrypto: Add and use a macro to define all PK types.Nick Mathewson2023-01-241-1/+2
* Create a new tor-hscrypto crate.Nick Mathewson2023-01-061-0/+23