Cargo Features
[dependencies]
yggy = { version = "0.0.0-alpha.1", default-features = false, features = ["std", "alloc", "nightly", "asm", "yolocrypto", "u64_backend", "u32_backend", "avx2_backend"] }
- default = std, u64_backend
-
These default features are set whenever
yggy
is added without
somewhere in the dependency tree.default-features = false - std default
-
re-exports of ed25519-dalek features
Enables std of ed25519-dalek ^0.9 and sodiumoxide
- alloc
-
Enables alloc of ed25519-dalek ^0.9
- nightly
-
Enables nightly of ed25519-dalek ^0.9
- asm
-
Enables asm of ed25519-dalek ^0.9
- yolocrypto
-
Enables yolocrypto of ed25519-dalek ^0.9
- u64_backend default
-
Enables u64_backend of ed25519-dalek ^0.9
- u32_backend
-
Enables u32_backend of ed25519-dalek ^0.9
- avx2_backend
-
Enables avx2_backend of ed25519-dalek ^0.9