Cargo Features
FuzzyTags has no features set by default.
[dependencies]
fuzzytags = { version = "0.6.0", features = ["entangled", "bulk_verify", "simd"] }
- entangled = brute-force
- bulk_verify = rayon
- simd
-
Enables simd_backend of curve25519-dalek ^3.2
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- brute-force entangled?
-
Enables brute-force ^0.1.1
- rayon bulk_verify?