commit | 2ee490608ef6a7f4393847e5ea4c336e52030567 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 22:05:37 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 22:05:37 2024 +0000 |
tree | 0e45a0c3275e94f9f8f70c31c416b6e12c0f0c65 | |
parent | c29e13be8f9e8b04551cc051feda81333dcd1ea5 [diff] | |
parent | cb36bc5fec9e1733073e2fa96fbdd90a40f0cfa3 [diff] |
Update Android.bp by running cargo_embargo am: cb36bc5fec Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pkcs1/+/3208748 Change-Id: I0703de77ba0cd0a0f95b4b3977d374997015186b Signed-off-by: Automerger Merge Worker <[email protected]>
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.65 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.