Skip to content

Commit 47a6da5

Browse files
committed
Add brainpool curves to __all__
1 parent b513c1d commit 47a6da5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ecdsa/curves.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
# will need to mark it as deprecated later
99
__all__ = ["UnknownCurveError", "orderlen", "Curve", "NIST192p",
1010
"NIST224p", "NIST256p", "NIST384p", "NIST521p", "curves",
11-
"find_curve", "SECP256k1"]
11+
"find_curve", "SECP256k1", "BRAINPOOLP160r1", "BRAINPOOLP192r1",
12+
"BRAINPOOLP224r1", "BRAINPOOLP256r1" "BRAINPOOLP320r1",
13+
"BRAINPOOLP384r1", "BRAINPOOLP512r1"]
1214

1315

1416
class UnknownCurveError(Exception):

0 commit comments

Comments
 (0)