commit | de647cd361bda21f007d73b6a73f3cd7e03bb6c0 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 22:52:35 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 22:52:35 2024 +0000 |
tree | 97bf21d7479afffd64e343405230fe6575c176c2 | |
parent | 0ee57c81442e614f12ad8e118477aa4aa676b240 [diff] | |
parent | 83becf5926cf54b9cd9c0eb3907d95c5ddbb479b [diff] |
Update Android.bp by running cargo_embargo am: 83becf5926 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sec1/+/3208482 Change-Id: Ib8012c138f24b4d9b2974898f928492614a6dd24 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.