arti/crates/tor-llcrypto/tests
Nick Mathewson dcec7ca2dc llcrypto: Don't take or return "unescorted" ed25519 keys.
Per #798, we want to make sure that we never pass around an
`ed25519::SecretKey`; only an `ed25519::Keypair` (or
`ExpandedKeypair`).  This is because, when you're computing an
ed25519 signature, you have to use the public key as one of your
inputs, and if you ever use a mismatched public key you are
vulnerable to a nonce reuse attack.

(For more info see
https://moderncrypto.org/mail-archive/curves/2020/001012.html )
2023-05-18 11:00:43 -04:00
..
misc.rs Disable clippy::unlinlined-format-args 2023-01-27 08:27:47 -05:00
testvec.rs llcrypto: Don't take or return "unescorted" ed25519 keys. 2023-05-18 11:00:43 -04:00