| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | squash! Bump every crate's edition to 2021. | Nick Mathewson | 2022-04-25 | 1 | -2/+0 |
| | | | | | | Remove all `use` statements for `TryFrom` and `TryInto`. These are now redundant in Rust 2021. | ||||
| * | Add a from_hex method for RsaIdentity. | Nick Mathewson | 2022-03-04 | 1 | -2/+13 |
| | | | | | | | | | | | | | | We perform this operation in a bunch of places, and most of them use hex::decode(). That's not great, since hex::decode() has to do heap allocation. This implementation uses hex::decode_to_slice(), which should be faster. (In the future we might choose to use one of the faster hex implementations, but I'm hoping that this change will be sufficient to get hex decoding out of our profiles.) Part of #377. | ||||
| * | tor-llcrypto: Add test case for RsaIdentity formatting | Ian Jackson | 2022-03-02 | 1 | -0/+19 |
| | | | | | | | | I'm going to change the code that does this, so add a test first to check the output doesn't change. At some point we should have more RSA tests. | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+109 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
