Fix infinite loops in small backend curve operations #572
Annotations
39 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/min_curve/encoding.rs#L1
unused import: `crate::EncodingError`
|
src/fields/fp/u32/fiat.rs#L28
type alias `FpU2` is never used
|
src/fields/fp/u32/fiat.rs#L10494
function `fp_set_one` is never used
|
src/fields/fp/u32/wrapper.rs#L73
associated function `from_montgomery_limbs_backend` is never used
|
src/fields/fq/u32/fiat.rs#L28
type alias `FqU2` is never used
|
src/fields/fq/u32/fiat.rs#L4992
function `fq_set_one` is never used
|
src/fields/fq/u32/wrapper.rs#L86
associated function `from_montgomery_limbs_backend` is never used
|
src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
|
src/min_curve/element.rs#L16
struct `AffinePoint` is never constructed
|
src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/min_curve/encoding.rs#L1
unused import: `crate::EncodingError`
|
src/fields/fp/u32/fiat.rs#L28
type alias `FpU2` is never used
|
src/fields/fp/u32/fiat.rs#L10494
function `fp_set_one` is never used
|
src/fields/fp/u32/wrapper.rs#L73
associated function `from_montgomery_limbs_backend` is never used
|
src/fields/fq/u32/fiat.rs#L28
type alias `FqU2` is never used
|
src/fields/fq/u32/fiat.rs#L4992
function `fq_set_one` is never used
|
src/fields/fq/u32/wrapper.rs#L86
associated function `from_montgomery_limbs_backend` is never used
|
src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
|
src/min_curve/element.rs#L16
struct `AffinePoint` is never constructed
|
src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
|
src/min_curve/encoding.rs#L1
unused import: `crate::EncodingError`
|
src/fields/fp/u32/fiat.rs#L28
type alias `FpU2` is never used
|
src/fields/fp/u32/fiat.rs#L10494
function `fp_set_one` is never used
|
src/fields/fp/u32/wrapper.rs#L73
associated function `from_montgomery_limbs_backend` is never used
|
src/fields/fq/u32/fiat.rs#L28
type alias `FqU2` is never used
|
src/fields/fq/u32/fiat.rs#L4992
function `fq_set_one` is never used
|
src/fields/fq/u32/wrapper.rs#L86
associated function `from_montgomery_limbs_backend` is never used
|
src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
|
src/min_curve/element.rs#L16
struct `AffinePoint` is never constructed
|
src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job succeeded
Loading