This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Prepare 0.4.1 release #14
Annotations
1 error and 16 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/circuit/sponge.rs#L31
function `circuit_generic_hash_num` is never used
|
src/circuit/sponge.rs#L57
field `domain_strategy` is never read
|
src/circuit/poseidon.rs#L18
function `circuit_poseidon_hash` is never used
|
src/circuit/rescue.rs#L18
function `circuit_rescue_hash` is never used
|
src/circuit/rescue_prime.rs#L18
function `gadget_rescue_prime_hash` is never used
|
src/circuit/sponge.rs#L31
function `circuit_generic_hash_num` is never used
|
src/circuit/sponge.rs#L57
field `domain_strategy` is never read
|
src/circuit/poseidon.rs#L18
function `circuit_poseidon_hash` is never used
|
src/circuit/rescue.rs#L18
function `circuit_rescue_hash` is never used
|
src/circuit/rescue_prime.rs#L18
function `gadget_rescue_prime_hash` is never used
|
examples/main.rs#L7
unused import: `AllocatedNum`
|
examples/main.rs#L18
unused import: `std::convert::TryInto`
|
examples/main.rs#L64
unused variable: `rng`
|
examples/main.rs#L91
unused variable: `rng`
|
src/circuit/sbox.rs#L256
unused import: `PrimeField`
|
This job failed
Loading