Skip to content

Implement ZIP 32 arbitrary key derivation #42

Implement ZIP 32 arbitrary key derivation

Implement ZIP 32 arbitrary key derivation #42

Triggered via pull request October 1, 2024 14:59
@str4dstr4d
opened #19
arb-keys
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

on: pull_request
Clippy (MSRV)
53s
Clippy (MSRV)
Intra-doc links
53s
Intra-doc links
Rustfmt
12s
Rustfmt
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error
manual `RangeInclusive::contains` implementation: 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