GmSSL / GmSSL-Python

Python binding to the GmSSL library
https://gmssl.github.io/GmSSL-Python/
Apache License 2.0
57 stars 10 forks source link

当我执行sm2.encrypt(data)时,为什么终端会输出这些东西,请问如何关掉? #15

Open Wkingxc opened 3 months ago

Wkingxc commented 3 months ago

如下图所示,想测试sm2的加解密时,发现在ciphertext = sm2.encrypt(data)这一行时,终端会输出很多过程信息。 image