summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* hscrypto: Downgrade a TODO HSS comment.Nick Mathewson2024-01-141-1/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
* tor-hscrypto: Add a TODO re re-implementation of x25519 keypair genIan Jackson2023-11-231-0/+5
* tor-hscrypto: Add a docs TODO re the define_pk_keypair macroIan Jackson2023-11-231-0/+3
* tor-hscrypto: Define Keypair conversions for all curve25519 newtypesIan Jackson2023-11-231-0/+16
* tor-hsservice: Add HsClientDescEncKeypair.Gabriela Moldovan2023-09-251-0/+4
* hs_ntor: Take our k_hss_ntor keypair explicitly.Nick Mathewson2023-09-201-0/+5
* tor-crypto: Fix some derive formattingIan Jackson2023-09-181-1/+1
* hscrypto: Define a keypair type for HsSvcNtor{,Secret}KeyNick Mathewson2023-09-171-0/+34
* hscrypto: Make several types Readable+WriteableNick Mathewson2023-02-281-0/+11
* hscrypto: Use derive_more, and derive Deref for public keys.Nick Mathewson2023-01-251-32/+2
* Add a note about why we use ExpandedSecretKey for OnionIdSecretKeyNick Mathewson2023-01-241-1/+2
* hscrypto: use a macro to define our byte wrappers too.Nick Mathewson2023-01-241-1/+34
* hscrypto: Add and use a macro to define all PK types.Nick Mathewson2023-01-241-0/+61