crypto_box 0.8.2

Pure Rust implementation of NaCl's crypto_box public-key authenticated encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman function and the XSalsa20Poly1305 authenticated encryption cipher
Documentation

crypto_box

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 9 of them enabled by default.

default

alloc (default)

getrandom (default)

u64_backend (default)

rand_core (default)

blake2

This feature flag does not enable additional features.

heapless

seal

serde

serdect

This feature flag does not enable additional features.

std

u32_backend