From 0d52ead66ee2999daaaad1166ee749ac67a90f2a Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 7 Apr 2022 06:01:02 -0700 Subject: [PATCH] update default curve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6706ccad..72888ac7 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ You can choose from several different elliptic curves to use for encryption by u croc --curve p521 ``` -Available curves are P-256, P-348, P-521 and SIEC. SIEC is the default curve used, it is a lesser known curve that belongs to a class of "super-isolated" curves which has security that does not reduce to the security of curves around it. (Scholl, Travis. Experimental Mathematics 28.4 (2019): 385-397) +Available curves are P-256, P-348, P-521 and SIEC. P-256 is the default curve. ### Change hash algorithm