commit | 44dffada31c852590dc233ae7cab53894da93958 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Mon Apr 29 23:13:03 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Apr 29 23:13:03 2024 +0000 |
tree | e95582c82155461223fc96344258fc0b8b608a23 | |
parent | 1e067974eebafc55dda01c4d497b2a913a7743c8 [diff] | |
parent | 1599e38323c3500fdf7e90bf67749fca51bd2ec7 [diff] |
[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 1599e38323 -s ours am skip reason: Merged-In I78676075fd87780cc1d6d0beb5d28a1606af9391 with SHA-1 a2e2aa2cf5 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/sec1/+/27144830 Change-Id: I7ab2336a9691359a66a0a31a453aa32e2ecaa12b Signed-off-by: Automerger Merge Worker <[email protected]>
Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys (also described in RFC5915) as well as the Elliptic-Curve-Point-to-Octet-String
and Octet-String-to-Elliptic-Curve-Point
encoding algorithms.
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.