From a7dea75e7141ebffdfa65c60b17daf46e08109c7 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Mon, 6 Nov 2017 17:51:28 +0000 Subject: primes.txt: remove a curve25519 alias, add 64-bit secp256 --- primes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'primes.txt') diff --git a/primes.txt b/primes.txt index 08306b820..4e9102b66 100644 --- a/primes.txt +++ b/primes.txt @@ -77,9 +77,9 @@ 2^205 - 45*2^198 - 1 2^224 - 2^96 + 1 # p224 -2^255 - 2^4 - 2^1 - 1 2^256 - 2^224 + 2^192 + 2^96 - 1 # p256 2^256 - 2^32 - 977 # bitcoin +2^256 - 4294968273 # bitcoin, for 64-bit impl 2^384 - 2^128 - 2^96 + 2^32 - 1 # p384 # Montgomery-Friendly -- cgit v1.2.3