commit | 1d410e2336207125d4e68bb275f97ce8361a1ea2 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 28 22:55:08 2024 +0000 |
committer | James Farrell <[email protected]> | Wed Aug 28 22:55:08 2024 +0000 |
tree | 07b032e66bd1759eb7cade8e407c833ead99b491 | |
parent | cb36bc5fec9e1733073e2fa96fbdd90a40f0cfa3 [diff] |
Migrate 25 crates to monorepo. pin-project pin-project-internal pin-project-lite pkcs1 pkcs8 plotters-backend plotters-svg ppv-lite86 predicates-core predicates-tree prettyplease proc-macro2 rand rand_chacha rand_core rand_xorshift rayon rayon-core regex regex-syntax rusqlite rustc-demangle rustc-hash rustversion scopeguard Bug: 339424309 Test: treehugger Change-Id: I6663e28ef13005fc2ed87e18d3acd5c1a35da3e2
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.