Skip to main content

Crate crypto

Crate crypto 

Available on crate feature crypto 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§

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.
pki_types
Pki types used by rama. Currently this is a re-export of the [rustls-pki-types][rustls_pki_types] crate.