diff options
Diffstat (limited to 'vendor/p384/README.md')
-rw-r--r-- | vendor/p384/README.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/vendor/p384/README.md b/vendor/p384/README.md index d9161f840..1bd31af29 100644 --- a/vendor/p384/README.md +++ b/vendor/p384/README.md @@ -1,4 +1,4 @@ -# RustCrypto: NIST P-384 (secp384r1) elliptic curve +# [RustCrypto]: NIST P-384 (secp384r1) elliptic curve [![crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] @@ -34,10 +34,9 @@ USE AT YOUR OWN RISK! ## About P-384 -NIST P-384 is a Weierstrass curve specified in FIPS 186-4: Digital Signature -Standard (DSS): - -<https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf> +NIST P-384 is a Weierstrass curve specified in [SP 800-186]: +Recommendations for Discrete Logarithm-based Cryptography: +Elliptic Curve Domain Parameters. Also known as secp384r1 (SECG), it's included in the US National Security Agency's "Suite B" and is widely used in protocols like TLS and the associated @@ -45,7 +44,7 @@ X.509 PKI. ## Minimum Supported Rust Version -Rust **1.57** or higher. +Rust **1.65** or higher. Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump. @@ -79,12 +78,14 @@ dual licensed as above, without any additional terms or conditions. [build-image]: https://github.com/RustCrypto/elliptic-curves/actions/workflows/p384.yml/badge.svg [build-link]: https://github.com/RustCrypto/elliptic-curves/actions/workflows/p384.yml [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves [//]: # (general links) +[RustCrypto]: https://github.com/rustcrypto/ [`elliptic-curve`]: https://github.com/RustCrypto/traits/tree/master/elliptic-curve [ECDH]: https://en.wikipedia.org/wiki/Elliptic-curve_Diffie-Hellman -[ECDSA]: https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
\ No newline at end of file +[ECDSA]: https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm +[SP 800-186]: https://csrc.nist.gov/publications/detail/sp/800-186/final |