Skip to content

Commit 7db0856

Browse files
authored
add support for secp160r1
addition to PR on indutny/elliptic#247
1 parent 266b780 commit 7db0856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser/curves.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"1.2.840.10045.3.1.1": "p192",
55
"1.2.840.10045.3.1.7": "p256",
66
"1.3.132.0.34": "p384",
7-
"1.3.132.0.35": "p521"
7+
"1.3.132.0.35": "p521",
8+
"1.3.132.0.8": "secp160r1"
89
}

0 commit comments

Comments
 (0)