commit | 19d82a2d8659338200b8b1a100fc4e67626f104a | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 18:06:59 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 18:06:59 2023 +0000 |
tree | 26c72f652749c97294ba3ce0f2e7fe16258325cf | |
parent | 298399a32d2dc6ba581d3e3484168d11721de7cc [diff] | |
parent | b27dd2a7fcc89396215d7b309e6b61307ab32473 [diff] |
Make sec1 available to product and vendor am: 6def164a01 am: b044f17db5 am: d88d187ccd am: b27dd2a7fc Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sec1/+/2476293 Change-Id: I9a0d93a8e522f0910971c6b927785d31b03093f8 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.57 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.