Remove backend options

This commit is contained in:
onyinyang 2023-10-05 18:48:28 -04:00
parent ed72b05347
commit 3b2ee73bab
No known key found for this signature in database
GPG Key ID: 156A6435430C2036
1 changed files with 0 additions and 4 deletions

View File

@ -28,8 +28,4 @@ thiserror = "1.0.49"
zkp = { git = "https://gitlab.torproject.org/onyinyang/lox-zkp" } zkp = { git = "https://gitlab.torproject.org/onyinyang/lox-zkp" }
[features] [features]
#default = ["u64_backend"]
#u32_backend = ["curve25519-dalek/u32_backend"]
#u64_backend = ["curve25519-dalek/u64_backend"]
#simd_backend = ["curve25519-dalek/simd_backend"]
fast = [] fast = []