@@ -387,7 +387,7 @@ def phi(n): # pragma: no cover
387387 warnings .warn (
388388 "Function is unused by library code. If you use this code, "
389389 "please open an issue in "
390- "https://github.com/warner /python-ecdsa" ,
390+ "https://github.com/tlsfuzzer /python-ecdsa" ,
391391 DeprecationWarning ,
392392 )
393393
@@ -417,7 +417,7 @@ def carmichael(n): # pragma: no cover
417417 warnings .warn (
418418 "Function is unused by library code. If you use this code, "
419419 "please open an issue in "
420- "https://github.com/warner /python-ecdsa" ,
420+ "https://github.com/tlsfuzzer /python-ecdsa" ,
421421 DeprecationWarning ,
422422 )
423423
@@ -432,7 +432,7 @@ def carmichael_of_factorized(f_list): # pragma: no cover
432432 warnings .warn (
433433 "Function is unused by library code. If you use this code, "
434434 "please open an issue in "
435- "https://github.com/warner /python-ecdsa" ,
435+ "https://github.com/tlsfuzzer /python-ecdsa" ,
436436 DeprecationWarning ,
437437 )
438438
@@ -452,7 +452,7 @@ def carmichael_of_ppower(pp): # pragma: no cover
452452 warnings .warn (
453453 "Function is unused by library code. If you use this code, "
454454 "please open an issue in "
455- "https://github.com/warner /python-ecdsa" ,
455+ "https://github.com/tlsfuzzer /python-ecdsa" ,
456456 DeprecationWarning ,
457457 )
458458
@@ -469,7 +469,7 @@ def order_mod(x, m): # pragma: no cover
469469 warnings .warn (
470470 "Function is unused by library code. If you use this code, "
471471 "please open an issue in "
472- "https://github.com/warner /python-ecdsa" ,
472+ "https://github.com/tlsfuzzer /python-ecdsa" ,
473473 DeprecationWarning ,
474474 )
475475
@@ -495,7 +495,7 @@ def largest_factor_relatively_prime(a, b): # pragma: no cover
495495 warnings .warn (
496496 "Function is unused by library code. If you use this code, "
497497 "please open an issue in "
498- "https://github.com/warner /python-ecdsa" ,
498+ "https://github.com/tlsfuzzer /python-ecdsa" ,
499499 DeprecationWarning ,
500500 )
501501
@@ -520,7 +520,7 @@ def kinda_order_mod(x, m): # pragma: no cover
520520 warnings .warn (
521521 "Function is unused by library code. If you use this code, "
522522 "please open an issue in "
523- "https://github.com/warner /python-ecdsa" ,
523+ "https://github.com/tlsfuzzer /python-ecdsa" ,
524524 DeprecationWarning ,
525525 )
526526
0 commit comments