From 115fadc6d7e66c8fc129757c74d1e6a8ec12048f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Wed, 20 Feb 2019 11:20:16 +0100 Subject: [PATCH] Add reference to other supported curves in the docs. --- docs/source/choosing_and_using_curves.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/choosing_and_using_curves.rst b/docs/source/choosing_and_using_curves.rst index dbdf203..fa1357b 100644 --- a/docs/source/choosing_and_using_curves.rst +++ b/docs/source/choosing_and_using_curves.rst @@ -13,8 +13,9 @@ You can find them in the ``cryptography.hazmat.primitives.asymmetric.ec`` module Be careful when choosing a curve - the security of your application depends on it. -We provide SECP256K1 as a default because it is the basis for a number of crypto-blockchain projects; +We provide curve ``SECP256K1`` as a default because it is the basis for a number of crypto-blockchain projects; we don't otherwise endorse its security. +We additionally support curves ``SECP256R1`` (also known as "NIST P-256") and ``SECP384R1`` ("NIST P-384"). Setting a default curve