arkworks-rs / crypto-primitives

Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them
https://www.arkworks.rs
Apache License 2.0
165 stars 79 forks source link

Fix the dependency of ark-sponge in Cargo.toml #83

Closed weikengchen closed 1 year ago

weikengchen commented 1 year ago

Description

Since a PR in ark-sponge is merged and the corresponding branch is deleted, Cargo.toml is no longer able to find that branch. This PR fixes so.

Closes #82


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

weikengchen commented 1 year ago

The main purpose here is to see how many other things are broken based on the GitHub actions as we have changes in ark-algebra that may not have been sufficiently synchronized