Move Poseidon primitive into halo2_poseidon
#4059
Annotations
7 errors and 13 warnings
cargo build:
halo2_gadgets/src/poseidon/pow5.rs#L348
the trait bound `for<'vr> Assigned<F>: From<&'vr &F>` is not satisfied
|
cargo build:
halo2_gadgets/src/poseidon/pow5.rs#L355
`match` arms have incompatible types
|
cargo build:
halo2_gadgets/src/poseidon/pow5.rs#L397
TryFrom<&[pow5::StateWord<F>]>` is not satisfied
|
cargo build:
halo2_gadgets/src/poseidon/pow5.rs#L397
TryFrom<&[pow5::StateWord<F>]>` is not satisfied
|
cargo build:
halo2_gadgets/src/poseidon.rs#L163
field `0` of struct `Absorbing` is private
|
cargo build:
halo2_gadgets/src/poseidon.rs#L217
field `0` of struct `Squeezing` is private
|
cargo build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Run /./.github/actions/prepare
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/
|
Run /./.github/actions/prepare
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/
|
Run /./.github/actions/prepare
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/
|
Run /./.github/actions/prepare
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/
|
cargo build:
halo2_poseidon/src/test_vectors.rs#L3
struct is never constructed: `PermuteTestVector`
|
cargo build:
halo2_poseidon/src/test_vectors.rs#L8
struct is never constructed: `HashTestVector`
|
cargo build:
halo2_poseidon/src/test_vectors.rs#L16
function is never used: `permute`
|
cargo build:
halo2_poseidon/src/test_vectors.rs#L420
function is never used: `hash`
|
cargo build:
halo2_poseidon/src/test_vectors.rs#L641
function is never used: `permute`
|
cargo build:
halo2_poseidon/src/test_vectors.rs#L1045
function is never used: `hash`
|
cargo build
`halo2_poseidon` (lib) generated 6 warnings
|
cargo build:
halo2_gadgets/src/poseidon.rs#L3
unused import: `std::convert::TryInto`
|
cargo build
`halo2_gadgets` (lib) generated 1 warning
|
Loading