Cargo Features

[dependencies]
challenge-bypass-ristretto = { version = "1.0.2", default-features = false, features = ["std", "alloc", "nightly", "u32_backend", "u64_backend", "avx2_backend", "serde_base64", "merlin"] }
default = std, u64_backend

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

std default = alloc

Enables std of curve25519-dalek ^3 and subtle

alloc std

Enables alloc of curve25519-dalek ^3

nightly

Enables nightly of curve25519-dalek ^3

u32_backend

Enables u32_backend of curve25519-dalek ^3

u64_backend default

Enables u64_backend of curve25519-dalek ^3

avx2_backend

Enables avx2_backend of curve25519-dalek ^3

serde_base64 = base64, serde

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 serde_base64?
base64 serde_base64?

Enables base64 ^0.13

merlin implicit feature

Enables merlin ^2

merlin:

Composable proof transcripts for public-coin arguments of knowledge