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
> NOTE: We enable SIMD instructions in `curve25519-dalek` by default, so if it fails to build remove the "simd_backend" feature argument in `Cargo.toml`.
297
+
> NOTE: We enable SIMD instructions in `curve25519-dalek` by default, so if it fails to build remove the argument passed to curve25519_dalek in the above command.
298
298
299
299
### Supported features
300
300
301
301
-`std`: enables std features (enabled by default)
302
-
-`simd_backend`: enables `curve25519-dalek`'s simd feature (enabled by default)
303
302
-`profile`: enables fine-grained profiling information (see below for its use)
304
303
305
304
### WASM Support
@@ -327,7 +326,7 @@ getrandom = { version = "0.1", features = ["wasm-bindgen"] }
0 commit comments