Cargo Features

[dependencies]
arcturus = { version = "0.4.0", default-features = false, features = ["std", "simd_backend", "u64_backend", "u32_backend", "serde"] }
default = serde, std

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

Enables u32_backend of curve25519-dalek ^3.0

std default
simd_backend

Enables simd_asm of blake2 ^0.9, simd_backend of curve25519-dalek ^3.0

u64_backend

Enables u64_backend of curve25519-dalek ^3.0

u32_backend

Enables u32_backend of curve25519-dalek ^3.0

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 default