Implement ZIP 32 arbitrary key derivation #42
Annotations
1 error
src/lib.rs#L77
error: manual `RangeInclusive::contains` implementation
--> src/arbitrary.rs:77:17
|
77 | assert!(seed_len >= 32 && seed_len <= 252);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `(32..=252).contains(&seed_len)`
|
= note: `-D clippy::manual-range-contains` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains
|
The logs for this run have expired and are no longer available.
Loading