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-llcrypto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
1
-1
/
+1
|
\
|
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
|
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
|
Upgrade cipher, aes, and ctr.
Nick Mathewson
2026-07-13
1
-22
/
+45
|
/
*
llcrypto: Use rdrand on aarch64 too.
Nick Mathewson
2026-07-01
1
-2
/
+1
*
tor-llcrypto: Implement Ed25519PublicKey for ExpandedKeypair
Clara Engler
2026-06-25
1
-0
/
+6
*
hscrypto, linkspec, llcrypto: Use new redaction helpers
Nick Mathewson
2026-06-10
1
-6
/
+2
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
5
-0
/
+5
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
6
-47
/
+68
*
hsservice, llcrypto, SecurityResponse: use cfg({true,false})
Nick Mathewson
2026-05-07
1
-2
/
+2
*
tor-llcrypto: Fix a derive to unconditionally Deftly
Ian Jackson
2026-04-28
1
-6
/
+2
*
tor-llcrypto: Add RsaIdentity::to_bytes()
Clara Engler
2026-04-23
1
-0
/
+5
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
tor-llcrypto: add `Ed25519Identity::from_base64()`
Steven Engler
2026-02-10
1
-0
/
+42
*
llcrypto: Depend on tor-memquota-cost, not tor-memquota.
Nick Mathewson
2026-02-02
3
-3
/
+3
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
tor-llcrypto: Add `RsaIdentity::as_hex_upper`
Clara Engler
2026-01-15
1
-0
/
+6
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
2
-2
/
+0
*
Merge branch 'bug2172' into 'main'
Nick Mathewson
2025-11-24
1
-1
/
+1
|
\
|
*
tor-llcrypto: Stop deriving Deref in CtByteArray
Neel Chauhan
2025-11-24
1
-1
/
+1
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
4
-4
/
+4
|
/
*
Lay foundations for RSA keys in keystore.
Wesley Aptekar-Cassels
2025-09-30
1
-0
/
+14
*
Merge branch 'tor-keyforge-rsa-types' into 'main'
wesleyac
2025-09-30
1
-6
/
+50
|
\
|
*
tor-llcrypto: Add more comments about implementation of RSA sign function.
Wesley Aptekar-Cassels
2025-09-10
1
-2
/
+3
|
*
tor-llcrypto: Add note about key size to RSA KeyPair::generate.
Wesley Aptekar-Cassels
2025-09-10
1
-0
/
+4
|
*
tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.
Wesley Aptekar-Cassels
2025-09-08
1
-5
/
+5
|
*
tor-key-forge: Add RSA key types.
Wesley Aptekar-Cassels
2025-09-08
1
-3
/
+42
*
|
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
|
tor-(hs|ll)crypto: export cteq macros correctly
hashcatHitman
2025-09-23
2
-10
/
+13
*
|
tor-llcrypto: unconditionally use derive_deftly
hashcatHitman
2025-09-23
2
-5
/
+4
*
|
tor-(hs|ll)crypto: deftly derive ConstantTimeEq
hashcatHitman
2025-09-23
3
-5
/
+92
*
|
tor-llcrypto: as_bytes on curve25519::StaticSecret
hashcatHitman
2025-09-16
1
-0
/
+4
|
/
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
3
-5
/
+14
*
tor-llcrypto: fix typo
tcyrus
2025-07-23
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-llcrypto: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
1
-2
/
+2
*
tor-llcrypto: fix feature name typo
Steven Engler
2025-06-09
1
-1
/
+1
*
llcrypto: Document some design choices from CautiousRng.
Nick Mathewson
2025-03-24
1
-1
/
+12
*
Use an EntropicRng trait to enforce key generation rules.
Nick Mathewson
2025-03-24
1
-1
/
+44
*
Use CautiousRng for keys going into the KeyMgr.
Nick Mathewson
2025-03-24
1
-0
/
+16
*
llcrypto: new CautiousRng for constructing long-lived keys
Nick Mathewson
2025-03-24
2
-0
/
+143
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
llcrypto: add an rng compatibility shim for dalek-crypto
Nick Mathewson
2025-03-18
4
-4
/
+53
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
2
-31
/
+155
*
Wrap x25519-dalek types.
Nick Mathewson
2025-03-17
1
-10
/
+103
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost ...
Ian Jackson
2024-10-16
3
-4
/
+20
*
Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost
Ian Jackson
2024-10-16
3
-9
/
+9
[next]