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