summaryrefslogtreecommitdiff
path: root/tor-llcrypto/tests/misc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-1/+1
|
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-1/+1
|
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-2/+3
| | | | | | dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible.
* Add serde implementations for identity key types.Nick Mathewson2021-02-101-0/+31
|
* Use from_bytes name for Ed25519IdentityNick Mathewson2020-10-251-2/+2
|
* Ed25519 batch verification test.Nick Mathewson2020-10-211-1/+39
|
* More tests for ed25519identityNick Mathewson2020-10-211-0/+39