commit | cb392549fd3f5a6e61aab2362411f9f0962b01e1 | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Wed May 22 23:23:16 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 22 23:23:16 2024 +0000 |
tree | 2e4ce773155589a0933f0f8d13ba9c6b973d39f1 | |
parent | 1599e38323c3500fdf7e90bf67749fca51bd2ec7 [diff] | |
parent | f352ce19778bb13bb833ddeffaee1840e2099932 [diff] |
Update Android.bp by running cargo_embargo am: f352ce1977 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sec1/+/3095326 Change-Id: Icbf6150cebabd29d41663bbac116a76378e44caf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.