feat: 进一步改进

This commit is contained in:
2025-12-31 00:57:07 +08:00
parent f056aaf00d
commit e830989368
43 changed files with 251 additions and 528 deletions

View File

@@ -116,7 +116,7 @@ class SM2Algorithm(BaseAlgorithm):
return result
@classmethod
def rate(cls, algodata):
def get_rating(cls, algodata):
efactor = algodata[cls.algo_name]["efactor"]
logger.debug("SM2.rate: efactor=%f", efactor)
return str(efactor)