Cargo Features

[dependencies]
aeonflux = { version = "0.2.0", default-features = false, features = ["std", "alloc", "nightly", "debug-transcript", "u32_backend", "u64_backend", "simd_backend"] }
default = nightly, std, u64_backend

These default features are set whenever aeonflux is added without default-features = false somewhere in the dependency tree.

std default

Enables std of curve25519-dalek ^2 and sha2 ^0.8

alloc

Enables alloc of curve25519-dalek ^2

nightly default

Enables nightly of curve25519-dalek ^2, subtle, and zkp ^0.7

subtle:

DEPRECATED: As of 2.4.1, this feature does nothing.

debug-transcript

Enables debug-transcript of zkp ^0.7

u32_backend

Enables u32_backend of curve25519-dalek ^2 and zkp ^0.7

u64_backend default

Enables u64_backend of curve25519-dalek ^2 and zkp ^0.7

simd_backend

Enables simd_backend of curve25519-dalek ^2 and zkp ^0.7

aeonflux has 8 features without comments.