summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/pk
Commit message (Expand)AuthorAgeFilesLines
...
| * llcrypto: Implement secret-key blinding.Nick Mathewson2023-01-061-17/+159
* | llcrypto: fix a comment.Nick Mathewson2023-01-061-1/+1
* | llcrypto: clarify meaning of "Identity".Nick Mathewson2023-01-062-8/+17
* | Add a new "CtByteArray" type, and use it in Id types.Nick Mathewson2023-01-052-39/+28
|/
* llcrypto: Make key id types Redactable.Nick Mathewson2022-11-282-0/+28
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
* Upgrade rsa to 0.7. Closes #613.Nick Mathewson2022-11-101-1/+1
* Add a new constant-time is_zero() check for RsaIdentityNick Mathewson2022-09-201-0/+11
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-101-2/+1
|\
| * Stop deriving Zeroize for RsaIdentity.Nick Mathewson2022-08-011-2/+1
* | Define a constant for ED25519 identity length.Nick Mathewson2022-08-101-3/+6
|/
* Merge branch 'generate_cert' into 'main'Nick Mathewson2022-07-081-1/+1
|\
| * tor-llcrypto: expose the Signer API from ed25519-dalekNick Mathewson2022-07-061-1/+1
* | Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-061-1/+1
|/
* Merge remote-tracking branch 'origin/mr/610'Nick Mathewson2022-07-051-1/+1
|\
| * Fixed typo in convert_curve25519_to_ed25519_private commentsRichard Pospesel2022-06-291-1/+1
* | tor-llcrypto: style fixes on BlindingErrorNick Mathewson2022-06-221-2/+2
* | Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-2/+2
* | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-4/+0
* | Implement Ord for Ed25519Identity.Nick Mathewson2022-03-301-1/+1
* | Add a from_hex method for RsaIdentity.Nick Mathewson2022-03-041-3/+12
* | tor-llcrypto: Replace a tiny bit of code duplication with a callIan Jackson2022-03-021-1/+1
* | Remove a XXXX comment in tor-llcrypto.Nick Mathewson2021-12-081-1/+0
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-071-2/+2
* | Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-4/+3
* | Fix a few typos.Nick Mathewson2021-11-241-1/+1
* | tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-121-7/+18
* | Improve some documentation linksNick Mathewson2021-10-291-2/+2
|/
* Implement ConstantTimeEq for key ids.Nick Mathewson2021-10-012-4/+16
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-273-0/+787