commit | 2986894979f8b5c3d2f49ae89b631d998c7f47cf | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Thu Aug 29 16:00:31 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 29 16:00:31 2024 +0000 |
tree | 07b032e66bd1759eb7cade8e407c833ead99b491 | |
parent | 2ee490608ef6a7f4393847e5ea4c336e52030567 [diff] | |
parent | 1d410e2336207125d4e68bb275f97ce8361a1ea2 [diff] |
Migrate 25 crates to monorepo. am: 1d410e2336 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pkcs1/+/3248572 Change-Id: I03ee8722546fa0244d78b044f01563c7b779e4ee Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.