commit | 4e209dee3f63e42b7dde9f068c1ba66b7e48c602 | [log] [tgz] |
---|---|---|
author | Sam Saccone <samccone@google.com> | Tue Jul 18 18:03:18 2023 +0000 |
committer | Sam Saccone <samccone@google.com> | Tue Jul 18 18:03:18 2023 +0000 |
tree | 684e5f06585585b7cdb1d7d067ebd5f138875f52 | |
parent | 44c738cf2f1f5f3119032f87ed236608d7377ff3 [diff] |
Move OWNER reference master=>main. BUG=b/291759353 Change-Id: Id5c98b69f97c3548a31b886022f73d5f1673fc38
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2 (RFC 8017).
This crate supports encoding and decoding RSA private and public keys in either PKCS#1 DER (binary) or PEM (text) formats.
PEM encoded RSA private keys begin with:
-----BEGIN RSA PRIVATE KEY-----
PEM encoded RSA public keys begin with:
-----BEGIN RSA PUBLIC KEY-----
This crate requires Rust 1.57 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.