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
/
tor-llcrypto
/
src
/
pk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
2
-2
/
+2
*
tor-llcrypto: Improve documentation and move keyblinding.
Nick Mathewson
2021-05-21
3
-128
/
+192
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-1
/
+1
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
1
-0
/
+1
*
Resolve two clippy warnings in blind_pubkey.
Nick Mathewson
2021-03-29
1
-2
/
+2
*
Merge remote-tracking branch 'origin/mr/23'
Nick Mathewson
2021-03-29
1
-0
/
+107
|
\
|
*
v3: Add two new test vectors that test key blinding clamping.
George Kadianakis
2021-03-30
1
-0
/
+6
|
*
v3: Improve error handling on key blinding.
George Kadianakis
2021-03-30
1
-5
/
+22
|
*
Implement basic ed25519 key blinding for v3 onion services.
George Kadianakis
2021-03-29
1
-0
/
+84
*
|
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-2
/
+2
*
|
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-37
/
+37
|
/
*
Add a compatibility layer so we can upgrade rand_core.
Nick Mathewson
2021-03-18
1
-1
/
+2
*
Change an unwrap() in llcrypto to an expect().
Nick Mathewson
2021-03-16
1
-1
/
+1
*
Avoid unwrap() in llcrypto.
Nick Mathewson
2021-03-04
1
-1
/
+1
*
run cargo fix --edition-idioms
Nick Mathewson
2021-02-25
2
-4
/
+4
*
Add serde implementations for identity key types.
Nick Mathewson
2021-02-10
2
-0
/
+117
*
Make RSAIdentity implement Copy.
Nick Mathewson
2020-12-08
1
-2
/
+1
*
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
1
-0
/
+1
*
Run cargo fix --edition-idioms
Nick Mathewson
2020-12-02
1
-2
/
+2
*
Tests for tor-chanmgr.
Nick Mathewson
2020-10-30
1
-0
/
+1
*
Implement a channel-manager type to get or launch channels on request.
Nick Mathewson
2020-10-30
1
-1
/
+1
*
Use from_bytes name for Ed25519Identity
Nick Mathewson
2020-10-25
1
-2
/
+2
*
Test for finish-handshake function
Nick Mathewson
2020-10-23
1
-0
/
+6
*
More tests for ed25519identity
Nick Mathewson
2020-10-21
1
-2
/
+9
*
Implement From, not Into.
Nick Mathewson
2020-10-19
1
-4
/
+4
*
Validate master-key-ed25519 field in routerdescs
Nick Mathewson
2020-10-19
1
-0
/
+6
*
Improvements to Relay type in tor-netdir.
Nick Mathewson
2020-10-19
1
-0
/
+8
*
Clarify kludgey magic in our to_der() function.
Nick Mathewson
2020-10-18
1
-1
/
+6
*
Use Ed25519Identity in microdescriptors.
Nick Mathewson
2020-10-15
1
-3
/
+12
*
Add an (unchecked) Ed25519Identity type
Nick Mathewson
2020-10-15
1
-0
/
+76
*
llcrypto: Move ed25519 module into its own file.
Nick Mathewson
2020-10-15
1
-0
/
+73
*
tests for some failing cases in mdconsensus
Nick Mathewson
2020-10-06
1
-1
/
+1
*
Make rsa::PublicKey derive Debug.
Nick Mathewson
2020-10-02
1
-1
/
+1
*
Document private members in most crates
Nick Mathewson
2020-09-24
1
-0
/
+6
*
Now that the rsa crate has pkcs1 decoding, use it.
Nick Mathewson
2020-09-13
1
-40
/
+7
*
stop exposing rsa::errors::Result.
Nick Mathewson
2020-09-13
1
-7
/
+4
*
Add test vectors for curve25519->ed25519 parts of llcrypto
Nick Mathewson
2020-09-13
1
-1
/
+2
*
llcrypto: Fix a bug in ed25519->curve25519 secret key conversion
Nick Mathewson
2020-09-13
1
-4
/
+30
*
llcrypto: tests for rsa kludge
Nick Mathewson
2020-09-13
1
-0
/
+5
*
Fix bogus docs in ll::pk::rsa
Nick Mathewson
2020-09-09
1
-2
/
+2
*
Fix clippy warnings; improve key type for consensus.
Nick Mathewson
2020-09-07
1
-2
/
+1
*
RSAIdentity: Better Display and Debug.
Nick Mathewson
2020-09-07
1
-1
/
+14
*
llcrypto: Define a "ValidatableSignature" type
Nick Mathewson
2020-09-03
1
-0
/
+27
*
Implement an ersatz hash() for RSAIdentity
Nick Mathewson
2020-08-28
1
-1
/
+7
*
llcrypto: make RSAIdentity implement the Hash trait.
Nick Mathewson
2020-08-27
1
-1
/
+1
*
Upgrade to latest version of rsa crate
Nick Mathewson
2020-06-12
1
-13
/
+13
*
update to use latest rust-crypto traits and modules
Nick Mathewson
2020-06-10
1
-1
/
+1
*
make id field in RSAIdentity private
Nick Mathewson
2020-05-08
1
-2
/
+4
*
most missing docs for llcrypto
Nick Mathewson
2020-05-08
2
-11
/
+51
*
Stop re-exporting traits from tor-llcrypto. It does not help.
Nick Mathewson
2020-05-08
2
-2
/
+2
[next]