Skip to content

Commit

Permalink
chore(plonky2x): cargo update (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Nov 1, 2023
1 parent 5b85909 commit 71d75ca
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 21 deletions.
109 changes: 89 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plonky2x/core/src/frontend/ecc/ed25519/gadgets/eddsa.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::fmt::Debug;

use curta::chip::ec::edwards::ed25519::Ed25519 as CurtaEd25519;
use curta::chip::ec::edwards::ed25519::params::Ed25519 as CurtaEd25519;
use curta::chip::ec::edwards::scalar_mul::generator::ScalarMulEd25519Gadget;
use curta::chip::ec::EllipticCurve;
use curta::math::extension::cubic::parameters::CubicParameters;
Expand Down

0 comments on commit 71d75ca

Please sign in to comment.