* Impl subtle::ConstantTimeEq for orchard SpendingKey, use that in Eq/PartialEq * Use constant time comparisons for secret key data where applicable This also makes Clippy happier so that we aren't creating types just to compare. * Fix clippy::cmp_owned for orchard::keys Eq/PartialEq By impl'ing ConstantTimeEq for those types where leaks of the value would compromise access or privacy. * Make clippy::cmp_owned happy for some sapling::keys |
||
|---|---|---|
| .. | ||
| commitment | ||
| keys | ||
| note | ||
| tests | ||
| address.rs | ||
| arbitrary.rs | ||
| commitment.rs | ||
| keys.rs | ||
| note.rs | ||
| output.rs | ||
| shielded_data.rs | ||
| spend.rs | ||
| tests.rs | ||
| tree.rs | ||