commit | c6894eaa7fcb92d336427bf23bfbd54fa8062e6c | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Fri Aug 30 03:38:57 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Aug 30 03:38:57 2024 +0000 |
tree | e3a8226934b9b56e634679973138e928439be951 | |
parent | de647cd361bda21f007d73b6a73f3cd7e03bb6c0 [diff] | |
parent | afac390708ae66584c9929bdb25e5ae58e0245ec [diff] |
Migrate 25 crates to monorepo. am: afac390708 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sec1/+/3248260 Change-Id: I1bcf32344b375b538a982d84d89854540f0a57ff 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.