改进
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from .sm2 import SM2Algorithm
|
||||
|
||||
__all__ = [
|
||||
'SM2Algorithm',
|
||||
]
|
||||
|
||||
registry = {
|
||||
"SM-2": SM2Algorithm,
|
||||
}
|
||||
Reference in New Issue
Block a user