cms 0.2.3

Pure Rust implementation of the Cryptographic Message Syntax (CMS) as described in RFC 5652 and RFC 3274.
Documentation

cms

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

builder

  • aes
  • cbc
  • cipher
  • rsa
  • sha1
  • sha2
  • sha3
  • signature
  • std
  • spki/alloc
  • x509-cert/builder
  • zeroize

std

  • der/std
  • spki/std

pem

  • alloc
  • der/pem

alloc

  • der/alloc

signature

  • dep:signature

rsa

  • dep:rsa

sha1

  • dep:sha1

zeroize

  • dep:zeroize

cbc

  • dep:cbc

cipher

  • dep:cipher

sha3

  • dep:sha3

sha2

  • dep:sha2

aes

  • dep:aes