Skip to content

add power impl and expose Fq::from_montgomery_limbs #555

add power impl and expose Fq::from_montgomery_limbs

add power impl and expose Fq::from_montgomery_limbs #555

Triggered via pull request April 2, 2024 18:42
Status Success
Total duration 2m 22s
Artifacts

rust.yml

on: pull_request
Check
36s
Check
build without alloc
27s
build without alloc
Rustfmt
24s
Rustfmt
no_std compatibility check
51s
no_std compatibility check
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

70 warnings
Rustfmt
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/.
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
build without alloc
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/.
build without alloc
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/
build without alloc: src/fields/fp/u32.rs#L4
unused import: `wrapper::Fp`
build without alloc: src/fields/fq/u32.rs#L4
unused import: `wrapper::Fq`
build without alloc: src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
build without alloc: src/min_curve/element.rs#L17
fields `x` and `y` are never read
build without alloc: src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
build without alloc: src/min_curve/element.rs#L98
associated function `from_affine` is never used
build without alloc: src/min_curve/element.rs#L85
variable `XX` should have a snake case name
build without alloc: src/min_curve/element.rs#L86
variable `YY` should have a snake case name
build without alloc: src/min_curve/element.rs#L87
variable `ZZ` should have a snake case name
build without alloc: src/min_curve/element.rs#L88
variable `TT` should have a snake case name
build without alloc
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/
build without alloc
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/
build without alloc
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/
build without alloc
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/
build without alloc
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/
build without alloc
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/
build without alloc
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/
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: astriaorg/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
no_std compatibility check
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/.
no_std compatibility check
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/
no_std compatibility check: src/fields/fp/u32.rs#L4
unused import: `wrapper::Fp`
no_std compatibility check: src/fields/fq/u32.rs#L4
unused import: `wrapper::Fq`
no_std compatibility check: src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
no_std compatibility check: src/min_curve/element.rs#L17
fields `x` and `y` are never read
no_std compatibility check: src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
no_std compatibility check: src/min_curve/element.rs#L98
associated function `from_affine` is never used
no_std compatibility check: src/min_curve/element.rs#L85
variable `XX` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L86
variable `YY` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L87
variable `ZZ` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L88
variable `TT` should have a snake case name
no_std compatibility check
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/
no_std compatibility check
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/
no_std compatibility check
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/
no_std compatibility check: src/fields/fp/u32.rs#L4
unused import: `wrapper::Fp`
no_std compatibility check: src/fields/fq/u32.rs#L4
unused import: `wrapper::Fq`
no_std compatibility check: src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
no_std compatibility check: src/min_curve/element.rs#L17
fields `x` and `y` are never read
no_std compatibility check: src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
no_std compatibility check: src/min_curve/element.rs#L98
associated function `from_affine` is never used
no_std compatibility check: src/min_curve/element.rs#L85
variable `XX` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L86
variable `YY` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L87
variable `ZZ` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L88
variable `TT` should have a snake case name
no_std compatibility check: src/fields/fp/u32.rs#L4
unused import: `wrapper::Fp`
no_std compatibility check: src/fields/fq/u32.rs#L4
unused import: `wrapper::Fq`
no_std compatibility check: src/min_curve/constants.rs#L10
constant `ZETA_TO_TRACE` is never used
no_std compatibility check: src/min_curve/element.rs#L17
fields `x` and `y` are never read
no_std compatibility check: src/min_curve/element.rs#L23
associated constant `IDENTITY` is never used
no_std compatibility check: src/min_curve/element.rs#L98
associated function `from_affine` is never used
no_std compatibility check: src/min_curve/element.rs#L85
variable `XX` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L86
variable `YY` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L87
variable `ZZ` should have a snake case name
no_std compatibility check: src/min_curve/element.rs#L88
variable `TT` should have a snake case name
no_std compatibility check
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/
no_std compatibility check
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/
no_std compatibility check
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/
no_std compatibility check
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/
Test Suite (r1cs)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: astriaorg/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (r1cs,u32_backend)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: astriaorg/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.