feat: add from_var_bytes
to Scalar
#182
dusk_ci.yml
on: pull_request
Code Analysis
/
Rust Format
9s
Code Analysis
/
Clippy Check
23s
Nightly tests std
/
Run tests
43s
Nightly tests no_std
/
Run tests
9s
Annotations
12 errors
Code Analysis / Rust Format
Process completed with exit code 1.
|
Nightly tests no_std / Run tests
Process completed with exit code 1.
|
Code Analysis / Clippy Check:
src/dusk/multiscalar_mul.rs#L144
the loop variable `i` is used to index `digits`
|
Code Analysis / Clippy Check:
src/scalar/dusk.rs#L290
binary comparison to literal `Option::None`
|
Code Analysis / Clippy Check:
src/scalar.rs#L348
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/scalar.rs#L573
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/scalar.rs#L632
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/fp.rs#L404
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/fp.rs#L434
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/fp.rs#L495
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/fp.rs#L573
this expression borrows a value the compiler would automatically borrow
|
Code Analysis / Clippy Check:
src/fp2.rs#L209
this expression borrows a value the compiler would automatically borrow
|