diff --git a/lightphe/standard_curves/edwards.py b/lightphe/standard_curves/edwards.py index 288cdce..62e0cac 100644 --- a/lightphe/standard_curves/edwards.py +++ b/lightphe/standard_curves/edwards.py @@ -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." ) diff --git a/lightphe/standard_curves/koblitz.py b/lightphe/standard_curves/koblitz.py index 9a50c54..ae8deb1 100644 --- a/lightphe/standard_curves/koblitz.py +++ b/lightphe/standard_curves/koblitz.py @@ -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." ) diff --git a/lightphe/standard_curves/weierstrass.py b/lightphe/standard_curves/weierstrass.py index c9edb41..233e109 100644 --- a/lightphe/standard_curves/weierstrass.py +++ b/lightphe/standard_curves/weierstrass.py @@ -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." )