Skip to main content

Crate crypto

Crate crypto 

Available on crate features crypto and std only.
Expand description

Crypto primitives and dependencies used by rama.

This includes but is not limited to:

  • Certificates
  • Javascript object signing and encryption (JOSE): JWS, JWK, JWE…
  • Public and private keys
  • Signing

§Rama

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

Modules§

cert
Certificate generation helpers.
crl
Generic X.509 v2 CRL builder (TLS-backend agnostic).
dep
Dependencies for rama crypto modules.
joseaws-lc
JOSE: JSON Object Signing and Encryption
native_certsnative-certs
Load the platform’s native certificate store (system trust chain) in a tls-implementation agnostic way, as pki_types certificates.
ocsp
Generic OCSP response builder (TLS-backend agnostic).
pki_types
Pki types used by rama. Currently this is a re-export of the [rustls-pki-types][rustls_pki_types] crate.