Crate crypto

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.
jose
JOSE: JSON Object Signing and Encryption