Skip to content

Commit 99fe4ab

Browse files
committed
actually export all brainpool curves
1 parent 26d4edc commit 99fe4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/curves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__all__ = ["UnknownCurveError", "orderlen", "Curve", "NIST192p",
1010
"NIST224p", "NIST256p", "NIST384p", "NIST521p", "curves",
1111
"find_curve", "SECP256k1", "BRAINPOOLP160r1", "BRAINPOOLP192r1",
12-
"BRAINPOOLP224r1", "BRAINPOOLP256r1" "BRAINPOOLP320r1",
12+
"BRAINPOOLP224r1", "BRAINPOOLP256r1", "BRAINPOOLP320r1",
1313
"BRAINPOOLP384r1", "BRAINPOOLP512r1"]
1414

1515

0 commit comments

Comments
 (0)