tag | 27fa0b8099ab8bd2a30a595234bbe9378250b0d5 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Sep 23 16:02:39 2024 -0700 |
object | 284738851e32f7bdc51518fd980a6bb90cc2f2b0 |
frc_350820440 (12186426,com.google.android.documentsui,com.google.android.go.documentsui)
commit | 284738851e32f7bdc51518fd980a6bb90cc2f2b0 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed May 22 16:59:58 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed May 22 16:59:58 2024 +0000 |
tree | 96e06a8d961ce680d33e6a842bcc6c2e9f2262ff | |
parent | 4feb9541b1d05695a9332822e69641c1f0993987 [diff] | |
parent | a812bbd0bd516116518b70c9ea83d48f9485f1d4 [diff] |
Snap for 11873904 from a812bbd0bd516116518b70c9ea83d48f9485f1d4 to aml-frc-release Change-Id: I7e9cc98d0a82c282d2f91617fbb58280bfea235a
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.