aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/pk/ed25519.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-llcrypto: Implement Ed25519PublicKey for ExpandedKeypairClara Engler2026-06-251-0/+6
* hscrypto, linkspec, llcrypto: Use new redaction helpersNick Mathewson2026-06-101-6/+2
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* tor-llcrypto: add `Ed25519Identity::from_base64()`Steven Engler2026-02-101-0/+42
* llcrypto: Depend on tor-memquota-cost, not tor-memquota.Nick Mathewson2026-02-021-1/+1
* tor-llcrypto: unconditionally use derive_deftlyhashcatHitman2025-09-231-1/+2
* tor-(hs|ll)crypto: deftly derive ConstantTimeEqhashcatHitman2025-09-231-3/+19
* tor-llcrypto: fix typotcyrus2025-07-231-1/+1
* llcrypto: add an rng compatibility shim for dalek-cryptoNick Mathewson2025-03-181-2/+4
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-14/+140
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost ...Ian Jackson2024-10-161-2/+10
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-5/+5
* Some HasMemoryCost impls in tor-llcryptoIan Jackson2024-10-021-0/+7
* tor_hsservice: add `impl From<&FooPublicKeySpecifier> for FooKeypairSpecifier...Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-0/+6
* Resolve an unfinished sentenceNick Mathewson2023-11-291-1/+2
* grammar fix in commentgabi-2502023-11-291-1/+1
* llcrypto: remove a comment suggesting a grand renaming.Nick Mathewson2023-11-291-3/+3
* llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-5/+15
* llcrypto: Remove ExpandedSecretKey export.Nick Mathewson2023-11-291-5/+2
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-7/+61
* tor-llcrypto: remove use of arrayrefNick Mathewson2023-06-011-6/+1
* llcrypto: Add an `ed25519::ExpandedKeypair` type.Nick Mathewson2023-05-181-0/+25
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-0/+12
* Expose a little new functionality from tor-llcrypto.Nick Mathewson2023-02-281-0/+9
* llcrypto: Implement `Into<[u8;32]>` for Ed25519IdentityNick Mathewson2023-02-071-0/+6
* Complete our migration to base64ct.Nick Mathewson2023-01-201-12/+5
* llcrypto: clarify meaning of "Identity".Nick Mathewson2023-01-061-3/+7
* Add a new "CtByteArray" type, and use it in Id types.Nick Mathewson2023-01-051-18/+14
* llcrypto: Make key id types Redactable.Nick Mathewson2022-11-281-0/+16
* Define a constant for ED25519 identity length.Nick Mathewson2022-08-101-3/+6
* tor-llcrypto: expose the Signer API from ed25519-dalekNick Mathewson2022-07-061-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Implement Ord for Ed25519Identity.Nick Mathewson2022-03-301-1/+1
* Implement ConstantTimeEq for key ids.Nick Mathewson2021-10-011-2/+8
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+265