From 317120cab639c5b9c501541c1f5882e7853a1e35 Mon Sep 17 00:00:00 2001 From: mariari Date: Sat, 5 Aug 2023 06:46:25 +0800 Subject: [PATCH] Change Pasta Curve to use a more NIF friendly crate This changes the pasta types to have the proper Encode and Decode fucntion available --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b850d8b1..b2b6d893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ members = [ # ark-ec = { git="https://github.com/simonmasson/algebra", rev="e2ea75c" } halo2_gadgets = { git="https://github.com/heliaxdev/halo2", branch="taiga"} halo2_proofs = { git="https://github.com/heliaxdev/halo2", branch="taiga"} -pasta_curves = { git="https://github.com/heliaxdev/pasta_curves", branch="taiga"} +pasta_curves = { git="https://github.com/heliaxdev/pasta_curves", branch="taiga-nif"} reddsa = { git = "https://github.com/heliaxdev/reddsa", branch="taiga"} \ No newline at end of file