index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-llcrypto
/
src
/
pk
/
rsa.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
tor-llcrypto: Add RsaIdentity::to_bytes()
Clara Engler
2026-04-23
1
-0
/
+5
*
llcrypto: Depend on tor-memquota-cost, not tor-memquota.
Nick Mathewson
2026-02-02
1
-1
/
+1
*
tor-llcrypto: Add `RsaIdentity::as_hex_upper`
Clara Engler
2026-01-15
1
-0
/
+6
*
Lay foundations for RSA keys in keystore.
Wesley Aptekar-Cassels
2025-09-30
1
-0
/
+14
*
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
*
Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost ...
Ian Jackson
2024-10-16
1
-1
/
+5
*
Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost
Ian Jackson
2024-10-16
1
-2
/
+2
*
Some HasMemoryCost impls in tor-llcrypto
Ian Jackson
2024-10-02
1
-0
/
+4
*
tor-llcrypto: replace simple_asn1 dependency with der_parser
Morgan
2024-09-28
1
-18
/
+16
*
tor-llcrypto: remove use of arrayref
Nick Mathewson
2023-06-01
1
-8
/
+3
*
update rsa to 0.9.x
trinity-1686a
2023-05-08
1
-5
/
+4
*
Upgrade to latest rsa crate.
Nick Mathewson
2023-01-20
1
-1
/
+1
*
llcrypto: fix a comment.
Nick Mathewson
2023-01-06
1
-1
/
+1
*
llcrypto: clarify meaning of "Identity".
Nick Mathewson
2023-01-06
1
-5
/
+10
*
Add a new "CtByteArray" type, and use it in Id types.
Nick Mathewson
2023-01-05
1
-21
/
+14
*
llcrypto: Make key id types Redactable.
Nick Mathewson
2022-11-28
1
-0
/
+12
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-1
/
+1
*
Upgrade rsa to 0.7. Closes #613.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
Add a new constant-time is_zero() check for RsaIdentity
Nick Mathewson
2022-09-20
1
-0
/
+11
*
Stop deriving Zeroize for RsaIdentity.
Nick Mathewson
2022-08-01
1
-2
/
+1
*
Update `rsa` dependency (and use `x25519-dalek` prerelease)
eta
2022-07-06
1
-1
/
+1
*
Add a from_hex method for RsaIdentity.
Nick Mathewson
2022-03-04
1
-3
/
+12
*
tor-llcrypto: Replace a tiny bit of code duplication with a call
Ian Jackson
2022-03-02
1
-1
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-4
/
+3
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Improve some documentation links
Nick Mathewson
2021-10-29
1
-2
/
+2
*
Implement ConstantTimeEq for key ids.
Nick Mathewson
2021-10-01
1
-2
/
+8
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+278