Feat/r1cs for pedersen commitment #380
rust_ci.yml
on: pull_request
Format Check
12s
Tests
59s
Fix Check
49s
Run Groth16 Binary
1m 0s
Run Marlin Binary
1m 54s
Run Online Binary
2m 16s
Run Werewolf Binary
1m 22s
Annotations
2 errors and 10 warnings
Run Werewolf Binary
Process completed with exit code 123.
|
Run Marlin Binary
Process completed with exit code 123.
|
Fix Check:
mpc-net/src/lib.rs#L154
unused variable: `timer`
|
Fix Check:
mpc-net/src/lib.rs#L26
field `id` is never read
|
Fix Check:
arkworks/algebra/ff/src/lib.rs#L20
ambiguous glob re-exports
|
Fix Check:
arkworks/algebra/poly/src/evaluations/univariate/mod.rs#L4
unused import: `batch_inversion`
|
Fix Check:
arkworks/snark/relations/src/r1cs/trace.rs#L110
use of deprecated method `tracing_subscriber::registry::SpanRef::<'a, R>::parents`: equivalent to `self.parent().into_iter().flat_map(SpanRef::scope)`, but consider whether excluding `self` is actually intended
|
Fix Check:
arkworks/algebra/ec/src/models/short_weierstrass_jacobian.rs#L268
function cannot return without recursing
|
Fix Check:
arkworks/algebra/ec/src/models/short_weierstrass_jacobian.rs#L310
unused variable: `rng`
|
Fix Check:
arkworks/snark/relations/src/r1cs/constraint_system.rs#L739
calls to `std::mem::drop` with a reference instead of an owned value does nothing
|
Fix Check:
arkworks/crypto-primitives/src/encryption/elgamal/constraints.rs#L170
call to `.borrow()` on a reference in this situation does nothing
|
Fix Check:
arkworks/crypto-primitives/src/encryption/elgamal/constraints.rs#L171
call to `.borrow()` on a reference in this situation does nothing
|