Cargo Features

rustls-symcrypt has no features set by default.

[dependencies]
rustls-symcrypt = { version = "0.1.0", features = ["x25519", "chacha"] }
x25519

Affects ecdh::X25519

chacha

Affects cipher_suites::TLS13_CHACHA20_POLY1305_SHA256, cipher_suites::TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, cipher_suites::TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, tls12::Tls12ChaCha, tls12::Tls12ChaCha20Poly1305, tls13::Tls13ChaCha, tls13::Tls13ChaCha20Poly1305