index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hscrypto
/
src
/
pk.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-hscrypto: derive_deftly is mandatory again
hashcatHitman
2025-09-23
1
-2
/
+2
*
tor-(hs|ll)crypto: export cteq macros correctly
hashcatHitman
2025-09-23
1
-8
/
+8
*
tor-(hs|ll)crypto: deftly derive ConstantTimeEq
hashcatHitman
2025-09-23
1
-289
/
+64
*
tor-hscrypto: constant time PartialEq for keys
hashcatHitman
2025-09-16
1
-1
/
+282
*
tor-hscrypto: change redacted `HsId` from "???" to "[…]"
Steven Engler
2025-08-25
1
-2
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
1
-28
/
+22
*
tor-hscrypto: fix typos
tcyrus
2025-07-23
1
-2
/
+2
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-8
/
+7
*
tor-hscrypto: Move encodable key trait impls from tor-key-forge.
Gabriela Moldovan
2024-12-11
1
-0
/
+111
*
tor-hscrypto: Abolish the HasKind impl of HsIdParseError.
Gabriela Moldovan
2024-11-04
1
-15
/
+0
*
tor-hscrypto: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-1
/
+1
*
tor_hsservice: add `impl From<&FooPublicKeySpecifier> for FooKeypairSpecifier...
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+12
*
tor-hscrypto: Implement Eq for HsClientDescEncKey.
Gabriela Moldovan
2024-08-05
1
-0
/
+2
*
tor-hscrypto: Use collect_tuple to avoid unnecessary Vec allocation.
Gabriela Moldovan
2024-07-08
1
-6
/
+3
*
tor-hscrypto: Remove HsClientDescKeyParseError's HasKind impl.
Gabriela Moldovan
2024-07-08
1
-12
/
+0
*
tor-hscrypto: Implement FromStr for HsClientDescEncKey.
Gabriela Moldovan
2024-07-08
1
-3
/
+149
*
tor-hscrypto: Remove unnecessary Display wrapper.
Gabriela Moldovan
2024-07-08
1
-17
/
+5
*
tor-hscrypto: Add helper for encoding client auth keys in C Tor format.
Gabriela Moldovan
2024-06-27
1
-0
/
+23
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
hscrypto: Remove a "TODO HSS" about a no-longer-unused type.
Nick Mathewson
2023-12-12
1
-4
/
+0
*
llcrypto: Hide the members of ExpandedKeypair.
Nick Mathewson
2023-11-29
1
-10
/
+9
*
llcrypto: Remove ExpandedSecretKey export.
Nick Mathewson
2023-11-29
1
-5
/
+5
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+1
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-14
/
+10
*
tor-hscrypto: Define Keypair conversions for all curve25519 newtypes
Ian Jackson
2023-11-23
1
-9
/
+0
*
tor-hscrypto: Move HsClientIntroAuthKey to a separate module (fmt).
Gabriela Moldovan
2023-11-20
1
-16
/
+15
*
tor-hscrypto: Move HsClientIntroAuthKey to a separate module.
Gabriela Moldovan
2023-11-20
1
-0
/
+13
*
tor-hscrypto: Deprecate HsClientIntroAuth{Key, Keypair}.
Gabriela Moldovan
2023-11-20
1
-1
/
+4
*
tor-hscrypto: Add a From<&HsIdKeypair> impl for HsIdKey.
Gabriela Moldovan
2023-10-19
1
-0
/
+6
*
tor-hsservice: Add HsClientDescEncKeypair.
Gabriela Moldovan
2023-09-25
1
-0
/
+16
*
tor-hscrypto: Reinstate HsDescSigningKey/HsDescSigningKeypair.
Gabriela Moldovan
2023-09-22
1
-2
/
+0
*
tor-hscrypto: Implement PartialEq for HsClientDescEncKey.
Gabriela Moldovan
2023-09-18
1
-0
/
+6
*
hscrypto: Define a keypair type for HsSvcNtor{,Secret}Key
Nick Mathewson
2023-09-17
1
-0
/
+1
*
tor-hscrypto: Impl From<&HsBlindIdKeypair> for HsBlindIdKey.
Gabriela Moldovan
2023-08-25
1
-0
/
+7
*
tor-hscrypto: Add a function for deriving the subcredential.
Gabriela Moldovan
2023-08-25
1
-3
/
+15
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
hscrypto: downgrade a comment to HSS
Nick Mathewson
2023-06-22
1
-1
/
+1
*
New ErrorKind for invalid onion addresses
Nick Mathewson
2023-06-22
1
-0
/
+15
*
hscrypto: comment out an unused key type.
Nick Mathewson
2023-06-13
1
-5
/
+6
*
hscrypto: Remove a TODO about extending an internal macro.
Nick Mathewson
2023-06-13
1
-2
/
+0
*
hscrypto: Remove a TODO about implementing ErrorKind.
Nick Mathewson
2023-06-13
1
-1
/
+0
*
hscrypto: clarify and downgrade TODOs about blinding secrets
Nick Mathewson
2023-06-13
1
-2
/
+10
*
hscrypto: Remove an incorrect comment.
Nick Mathewson
2023-05-18
1
-5
/
+0
*
hscrypto: Replace ed25519 secret keys with keypairs
Nick Mathewson
2023-05-18
1
-42
/
+32
*
hscrypto: Add comment about impl that will be removed after we address #798.
Gabriela Moldovan
2023-05-03
1
-0
/
+2
*
hscrypto: Add From impl for deriving KP_hsc_desc_enc out of KS_hsc_desc_enc.
Gabriela Moldovan
2023-05-03
1
-0
/
+6
[next]