fog-crypto 0.5.3

Utilities to make signing & encryption easier for small, independent blocks of bytes. Primary use-case is the fog-pack crate.
Documentation

fog-crypto

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

default

  • with-serde
  • getrandom

with-serde

  • serde
  • serde_bytes
  • base64

getrandom

  • rand_core/getrandom
  • chacha20poly1305/getrandom
  • x25519-dalek/getrandom

serde

  • dep:serde

serde_bytes

  • dep:serde_bytes

base64

  • dep:base64