commit | 0ee57c81442e614f12ad8e118477aa4aa676b240 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed May 22 23:45:11 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed May 22 23:45:11 2024 +0000 |
tree | 2e4ce773155589a0933f0f8d13ba9c6b973d39f1 | |
parent | 44dffada31c852590dc233ae7cab53894da93958 [diff] | |
parent | cb392549fd3f5a6e61aab2362411f9f0962b01e1 [diff] |
Update Android.bp by running cargo_embargo am: f352ce1977 am: cb392549fd Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sec1/+/3095326 Change-Id: Ifece317a8fab9ed145382f7444987656856227de 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.