Results 2 issues of Usan

I ran the project and scanned the code, but I didn't get any credentials. why? log is as follows DEBUG DEBUG: Searching for an existing connection for out-of-band invitation services....

1. 工具类依赖 OpenSSL,可通过`pod GMOpenSSL`安装 OpenSSL,或者下载 [openssl.framework](https://github.com/muzipiao/GMOpenSSL),找到`GMOpenSSL/openssl.framework`,拖入项目即可。 2. 如果需要自编译 OpenSSL,在 [GMOpenSSL](https://github.com/muzipiao/GMOpenSSL) 项目目录下有一个`OpenSSL_BUILD`文件夹,终端 cd 切换到该目录下,先执行`./build-libssl.sh`命令编译生成 .a 文件,等待结束后再执行`./create-openssl-framework.sh`命令打包为 framework,这时该目录下就出现了 openssl.framework。 3. 打包完成的静态库并未暴露国密的头文件,打开下载的源码,将 crypto/include/internal 路径下的 sm2.h、sm3.h,sm4.h 都拖到 openssl.framework/Headers 文件夹下即可。 crypto/include/internal 这个文件在那里怎么没看到...