Skip to content

Commit

Permalink
update to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ww-rm committed Apr 23, 2024
1 parent b229d89 commit 5c8d92d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/gmalglib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
"""国密算法库
Raises:
OverflowError: 数据长度超出范围限制.
ValueError: 参数取值不正确.
RuntimeError: 运行错误, 例如随机数生成失败.
AttributeError: 缺少某些必需参数.
MemoryError: 内存不足.
"""

from . import sm2
from . import sm3
from . import sm4
from . import zuc
from .wrapped import *

__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 5c8d92d

Please sign in to comment.