crypto_box 0.7.1

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

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 8 feature flags, 3 of them enabled by default.

default

  • alloc
  • u64_backend

alloc

  • xsalsa20poly1305/alloc

u64_backend

  • x25519-dalek/u64_backend

std

  • rand_core/std
  • xsalsa20poly1305/std

u32_backend

  • x25519-dalek/u32_backend

heapless

  • xsalsa20poly1305/heapless

serde

  • serde_crate

serde_crate

    This feature flag does not enable additional features.