Skip to content

Commit

Permalink
primes.txt: remove a curve25519 alias, add 64-bit secp256
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Nov 6, 2017
1 parent 3d3e033 commit a7dea75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primes.txt
Expand Up @@ -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
Expand Down
Empty file.

0 comments on commit a7dea75

Please sign in to comment.