licenses.dev

pem-rfc7468 v0.3.1

PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended specifically for use with cryptographic keys, certificates, and other messages. Provides a no_std-friendly, constant-time implementation suitable for use with cryptographic private keys.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
base64ct • 1.6.0Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/pem-rfc7468)](https://licenses.dev/cargo/pem-rfc7468)
<a href="https://licenses.dev/cargo/pem-rfc7468">
  <img src="https://licenses.dev/b/cargo/pem-rfc7468" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.1 version:

[![licenses](https://licenses.dev/b/cargo/pem-rfc7468/0.3.1)](https://licenses.dev/cargo/pem-rfc7468/0.3.1)
<a href="https://licenses.dev/cargo/pem-rfc7468/0.3.1">
  <img src="https://licenses.dev/b/cargo/pem-rfc7468/0.3.1" alt="licenses" />
</a>
GitHub