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, 5 of them enabled by default.

default

  • alloc
  • getrandom
  • u64_backend

alloc

  • aead/alloc

getrandom

  • aead/getrandom
  • rand_core

u64_backend

  • x25519-dalek/u64_backend

rand_core

  • aead/rand_core

seal

  • alloc
  • blake2

serde

  • serdect

u32_backend

  • x25519-dalek/u32_backend

heapless

  • aead/heapless

std

  • aead/std

serdect

    This feature flag does not enable additional features.

blake2

    This feature flag does not enable additional features.