You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: failed to load source for dependency `ark-ec`
Caused by:
Unable to update https://github.com/mmaker/algebra?branch=feature/additive-groups#1419b95a
I updated cargo.toml to point to arkworks-rs/algebra -> main and resolved some tiny type errors like these:
fn advance_by(&mut self, n: usize) -> Result<(), usize> {
^^^^^^^^^^^^^^^^^
expected `core::num::NonZeroUsize`, found `usize`
help: change the output type to match the trait: `core::result::Result<(), core::num::NonZeroUsize>`
Result:
no compile errors for cargo test, cargo rustdoc --open, cargo run --features asm,print-trace,parallel --example snark -- -i 4
tests pass, benches work
The text was updated successfully, but these errors were encountered:
Hello! thank you so much, indeed part of the work here was based on PR's that are now merged in arkworks. I think we can update them once ark-group exists. What do you think?
I think the remaining issues are only minor rust updates.
Synopsis:
First I noticed gemini -> main compile fails:
Then I noticed the PR merged on May 10, 2023
arkworks-rs/algebra
<- feature/additive-groupsI updated cargo.toml to point to arkworks-rs/algebra -> main and resolved some tiny type errors like these:
Result:
cargo test
,cargo rustdoc --open
,cargo run --features asm,print-trace,parallel --example snark -- -i 4
The text was updated successfully, but these errors were encountered: