Skip to content

Commit

Permalink
Fixes error message
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Aug 8, 2024
1 parent 4e76038 commit a339ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def pair(pairs: list["G1G2Pair"], curve_id: CurveID = None):
return E12(res, curve_id.value)
else:
raise NotImplementedError(
"G1G2Pair.miller is not implemented for this curve"
"G1G2Pair.pair is not implemented for this curve"
)

@staticmethod
Expand Down

0 comments on commit a339ce3

Please sign in to comment.