mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated Home (markdown)
parent
6f5bbfe7d7
commit
73a9abd46e
8
Home.md
8
Home.md
@ -34,4 +34,10 @@ C语言实现的话,大部分实现都修改、扩展、剪裁自[OpenSSL](htt
|
|||||||
[OpenSSL](https://github.com/openssl/openssl)本身也已经支持基本的SM2/SM3/SM4实现。
|
[OpenSSL](https://github.com/openssl/openssl)本身也已经支持基本的SM2/SM3/SM4实现。
|
||||||
|
|
||||||
## 不依赖于链接库
|
## 不依赖于链接库
|
||||||
优点在于不需要受限于依赖的链接库,使用方便;缺点可能是重复造轮子。
|
优点在于:
|
||||||
|
* 不需要受限于依赖的链接库,使用方便;
|
||||||
|
* 易于维护;
|
||||||
|
|
||||||
|
缺点:
|
||||||
|
* 可能是重复造轮子,开发难度相对较大;
|
||||||
|
* 纯Go语言(无汇编优化)实现的性能可能没有那么好;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user