secretbox 0.1.3

Rust implementation of the secretbox encryption algorithm
Documentation

secretbox

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

default

  • rand

rand

    This feature flag does not enable additional features.

curve25519

  • x25519-dalek
  • rand

simd

  • packed_simd

x25519-dalek

    This feature flag does not enable additional features.

packed_simd

    This feature flag does not enable additional features.

unsafe-do-not-enable

    This feature flag does not enable additional features.