fernet 0.2.0

An implementation of fernet in Rust.
Documentation

fernet

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

default

  • openssl

openssl

    This feature flag does not enable additional features.

rustcrypto

  • aes
  • cbc
  • sha2
  • hmac
  • subtle

aes

    This feature flag does not enable additional features.

cbc

    This feature flag does not enable additional features.

subtle

    This feature flag does not enable additional features.

fernet_danger_timestamps

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

hmac

    This feature flag does not enable additional features.