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:
- Github: https://github.com/plabayo/rama
- Book: https://ramaproxy.org/book/
Modules§
- dep
- Dependencies for rama crypto modules.
- jose
aws-lc - JOSE: JSON Object Signing and Encryption
- native_
certs native-certs - Load the platform’s native certificate store (system trust chain) in a
tls-implementation agnostic way, as
pki_typescertificates. - pki_
types - Pki types used by rama. Currently this is a re-export of the [
rustls-pki-types][rustls_pki_types] crate.