summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/pk/ed25519.rs
Commit message (Expand)AuthorAgeFilesLines
* 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