| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump all crate versions to 0.0.1 | Nick Mathewson | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | Improve some documentation links | Nick Mathewson | 2021-10-29 | 1 | -2/+2 |
| | | | | | | | | | | Instead of putting a fully qualified name in the text, in most cases we should just use the short name of the type or function we're referring to. In other words, instead of saying [`crate::module::Foo`], we should typically say [`Foo`](crate::module::Foo). | ||||
| * | Upgrade curve25519-dalek requirement to 3.2.0 | Nick Mathewson | 2021-10-25 | 1 | -1/+1 |
| | | | | | We need this now that we check for contributory behavior. | ||||
| * | Upgrade to new version of simple_asn1. | Nick Mathewson | 2021-10-22 | 1 | -1/+1 |
| | | |||||
| * | Require up-to-date x25519-dalek, async_executors, and argh. | Nick Mathewson | 2021-10-09 | 1 | -1/+1 |
| | | | | | | | | | I tried using -Z minimal-versions to downgrade all first-level dependencies to their oldest permitted versions, and found that we were apparently depending on newer features of all three crates. I'm kind of surprised there were only three. | ||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Implement ConstantTimeEq for key ids. | Nick Mathewson | 2021-10-01 | 2 | -4/+16 |
| | | |||||
| * | Enable js feature for getrandom for WASM. | Jani Monoses | 2021-09-17 | 1 | -0/+4 |
| | | | | | By default rand does not build for WASM browser targets. | ||||
| * | Typo fixes | Nick Mathewson | 2021-09-09 | 1 | -1/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 3 | -0/+3 |
| | | |||||
| * | Update corpus and links. | Nick Mathewson | 2021-09-07 | 1 | -1/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 19 | -0/+2053 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
