Skip to content

Commit

Permalink
warn message detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Jan 18, 2025
1 parent 1f2c8a5 commit a4febfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lightphe/standard_curves/edwards.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ class Test_Curve(TwistedEdwardsInterface):

def __init__(self):
logger.warn(
"test-curve is for development and educational purposes only"
"edwards test-curve is for development and educational purposes only"
" and should not be used in production."
)
2 changes: 1 addition & 1 deletion lightphe/standard_curves/koblitz.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@ class Test_Curve(KoblitzInterface):

def __init__(self):
logger.warn(
"test-curve is for development and educational purposes only"
"koblitz test-curve is for development and educational purposes only"
" and should not be used in production."
)
2 changes: 1 addition & 1 deletion lightphe/standard_curves/weierstrass.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,6 @@ class Test_Curve(WeierstrassInterface):

def __init__(self):
logger.warn(
"test-curve is for development and educational purposes only"
"weierstrass test-curve is for development and educational purposes only"
" and should not be used in production."
)

0 comments on commit a4febfb

Please sign in to comment.