This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Prepare 0.4.1 release #16
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/sbox.rs#L256
unused import: `PrimeField`
|
src/circuit/sbox.rs#L262
unused import: `init_cs_no_custom_gate`
|
src/rescue/params.rs#L199
unused import: `crate::add_chain_pow_smallvec`
|
src/rescue/params.rs#L201
unused import: `super::*`
|
src/rescue/params.rs#L203
unused imports: `PrimeField` and `ScalarEngine`
|
src/rescue/params.rs#L204
unused imports: `BigInt` and `Sign`
|
src/rescue/params.rs#L217
unused import: `franklin_crypto::bellman::Field`
|
src/tests.rs#L1
unused import: `crate::poseidon::params::PoseidonParams`
|
src/tests.rs#L11
unused import: `poseidon_hash::StatefulSponge as PoseidonSponge`
|
src/tests.rs#L12
unused import: `bn256::Bn256PoseidonParams`
|
This job failed
Loading