Skip to content

feat: Poseidon2 implementation and availabe as Merkle Hash #896

feat: Poseidon2 implementation and availabe as Merkle Hash

feat: Poseidon2 implementation and availabe as Merkle Hash #896

Triggered via pull request December 12, 2024 04:24
@alxiongalxiong
synchronize #708
Status Success
Total duration 25s
Artifacts

commit-title.yaml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
empty line after doc comment: plonk/src/proof_system/structs.rs#L291
warning: empty line after doc comment --> plonk/src/proof_system/structs.rs:291:5 | 291 | / /// The output wires are in the FpElemVar form. 292 | | | |_ 293 | / pub(crate) fn create_variables<F>( 294 | | &self, 295 | | circuit: &mut PlonkCircuit<F>, 296 | | m: usize, ... | 299 | | where 300 | | F: RescueParameter + SWToTEConParam, | |____________________________________________- the comment documents this method | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default = help: if the empty line is unintentional remove it