Skip to content

Commit

Permalink
add support for secp160r1
Browse files Browse the repository at this point in the history
addition to PR on indutny/elliptic#247
  • Loading branch information
fmorett authored Feb 22, 2021
1 parent 266b780 commit 7db0856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion browser/curves.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"1.2.840.10045.3.1.1": "p192",
"1.2.840.10045.3.1.7": "p256",
"1.3.132.0.34": "p384",
"1.3.132.0.35": "p521"
"1.3.132.0.35": "p521",
"1.3.132.0.8": "secp160r1"
}

0 comments on commit 7db0856

Please sign in to comment.