Add reference to other supported curves in the docs.

pull/238/head
David Núñez 2019-02-20 11:20:16 +01:00
parent 5e8cf6bd60
commit 115fadc6d7
1 changed files with 2 additions and 1 deletions

View File

@ -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