From 3b2ee73babc2270bbc1ab6a3d842f15e4955109b Mon Sep 17 00:00:00 2001 From: onyinyang Date: Thu, 5 Oct 2023 18:48:28 -0400 Subject: [PATCH] Remove backend options --- crates/lox-library/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 217377a..b3aace3 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -28,8 +28,4 @@ thiserror = "1.0.49" zkp = { git = "https://gitlab.torproject.org/onyinyang/lox-zkp" } [features] -#default = ["u64_backend"] -#u32_backend = ["curve25519-dalek/u32_backend"] -#u64_backend = ["curve25519-dalek/u64_backend"] -#simd_backend = ["curve25519-dalek/simd_backend"] fast = []