Cargo Features
[dependencies]
aucpace = { version = "0.1.1", default-features = false, features = ["alloc", "partial_augmentation", "strong_aucpace", "zeroize", "serde", "getrandom", "scrypt", "sha2"] }
- default = getrandom, scrypt, sha2
-
These default features are set whenever
aucpace
is added without
somewhere in the dependency tree.default-features = false - alloc
- partial_augmentation
-
Affects
database::PartialAugDatabase
… - strong_aucpace
-
Affects
client::StrongAuCPaceClientAugLayer
,database::StrongDatabase
… - zeroize
-
Enables zeroize of curve25519-dalek
- serde = serde-byte-array
-
Enables serde, serde of curve25519-dalek
- getrandom default
-
Enables getrandom of rand_core
Affects
aucpace::Server
,aucpace::Client
…
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.
- serde-byte-array serde?
- scrypt default
-
Affects
aucpace::Client
… - sha2 default
-
Affects
aucpace::Server
,aucpace::Client
…