xsalsa20poly1305 0.8.0

Pure Rust implementation of the XSalsa20Poly1305 (a.k.a. NaCl crypto_secretbox) authenticated encryption algorithm
Documentation

xsalsa20poly1305

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

default

  • alloc
  • rand_core
  • aead/rand_core

alloc

  • aead/alloc

rand_core

    This feature flag does not enable additional features.

std

  • aead/std
  • alloc
  • rand_core/std

stream

  • aead/stream

heapless

  • aead/heapless