| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expose a little new functionality from tor-llcrypto. | Nick Mathewson | 2023-02-28 | 1 | -0/+2 |
| | | | | | | Expose ED25519 signature length; make ValidatableEd25519Signature implement Debug and Clone. | ||||
| * | Remove semver.md files now that 1.1.2 is out. | Nick Mathewson | 2023-02-28 | 1 | -1/+0 |
| | | |||||
| * | llcrypto: Derive zeroize for CtByteArray. | Nick Mathewson | 2023-02-07 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files now that 1.1.0 is released. | Nick Mathewson | 2022-11-30 | 1 | -1/+0 |
| | | |||||
| * | llcrypto: Make key id types Redactable. | Nick Mathewson | 2022-11-28 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files now that arti 1.0.1 is out. | Nick Mathewson | 2022-10-03 | 1 | -2/+0 |
| | | |||||
| * | Add a new constant-time is_zero() check for RsaIdentity | Nick Mathewson | 2022-09-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | There are some places in the protocol where we have an all-zero RSA identity that does not truly represent a key, but rather represents an absent or unknown key. For these, it's better to use `RsaIdentity::is_zero` instead of manually checking for a set of zero bytes: it expresses the intent better, and ensures that the operation is constant-time. I am deliberately not introducing a more general IsZero trait here, or implementing is_zero for anything else: This is the only one we seem to need right now. We can generalize it later if we have to. | ||||
| * | Remove semver.md from arti-1.0.0 | Nick Mathewson | 2022-09-07 | 1 | -2/+0 |
| | | |||||
| * | Define a constant for ED25519 identity length. | Nick Mathewson | 2022-08-10 | 1 | -0/+2 |
| | | |||||
| * | Now that versions have bumped, remove semver.md files. | Nick Mathewson | 2022-08-01 | 1 | -1/+0 |
| | | |||||
| * | tor-llcrypto: expose the Signer API from ed25519-dalek | Nick Mathewson | 2022-07-06 | 1 | -0/+1 |
