Skip to content

mp-spdz-rs: fhe: Add Ciphertext and keypair bindings + arithmetic #444

mp-spdz-rs: fhe: Add Ciphertext and keypair bindings + arithmetic

mp-spdz-rs: fhe: Add Ciphertext and keypair bindings + arithmetic #444

Triggered via push April 4, 2024 20:12
Status Failure
Total duration 1m 4s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
the item `AUTHENTICATED_SCALAR_RESULT_LEN` is imported redundantly: online-phase/src/algebra/curve/curve.rs#L28
error: the item `AUTHENTICATED_SCALAR_RESULT_LEN` is imported redundantly --> online-phase/src/algebra/curve/curve.rs:28:9 | 27 | macros::*, n_bytes_field, scalar::*, ToBytes, AUTHENTICATED_POINT_RESULT_LEN, | --------- the item `AUTHENTICATED_SCALAR_RESULT_LEN` is already imported here 28 | AUTHENTICATED_SCALAR_RESULT_LEN, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
the item `n_bytes_field` is imported redundantly: online-phase/src/algebra/curve/curve.rs#L27
error: the item `n_bytes_field` is imported redundantly --> online-phase/src/algebra/curve/curve.rs:27:20 | 27 | macros::*, n_bytes_field, scalar::*, ToBytes, AUTHENTICATED_POINT_RESULT_LEN, | ^^^^^^^^^^^^^ --------- the item `n_bytes_field` is already imported here | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
clippy
Clippy had exited with the 101 exit code
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/