jntass / TASSL

此仓库已停止维护,请移步https://github.com/jntass/TASSL-1.1.1
http://www.tass.com.cn
Other
291 stars 106 forks source link

如何单独编译某算法接口及其依赖代码 #32

Closed a1123622944 closed 2 years ago

a1123622944 commented 6 years ago

想单独编译SM2的相关接口及其依赖的代码成动态库。单独编译SM3是可以的,SM3并没有太多依赖其他代码,相比之下,SM2依赖其他代码更多,难以编译成库。想知道如何只把SM2的相关接口及其依赖的代码成动态库(不含des,md5等其他算法接口)

jntass commented 6 years ago

./config -no-des -no-md5 ..... 可参考http://www.169it.com/blog_article/841427108.html