-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13dd8da
commit 56fbee1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SM4 | ||
|
||
国家商用密码算法SM4,采用纯Python与C扩展实现。 | ||
国家商用密码算法SM4,采用纯Python(不依赖其它第三方模块)与C扩展实现(纯Python也可以执行,但通过C扩展可以提升性能)。 | ||
|
||
## 主要功能 | ||
|
||
|