commit | 0bfee8ff9fd9bcde8a6144d911136f19543d463c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Dec 17 04:18:15 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Dec 17 04:18:15 2022 +0000 |
tree | b21aa411dae47d94216d3811c053361a07950aff | |
parent | 4e7b1610dbfff6dd9cd2b2be3290169cabf83036 [diff] | |
parent | 2eaaa93f6bd37e533907ec208b97fdd399541f99 [diff] |
Snap for 9414774 from 2eaaa93f6bd37e533907ec208b97fdd399541f99 to udc-release Change-Id: I252e84467c98fb2a7e113132aa51cc05d039af6d
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.