源码下载:
https://www.bearssl.org/#download-and-installation
源码添加到项目工程
测试代码:
// bearssl_demo.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include"bearssl_hash.h" static size_t hextobin(unsigned char* dst, const char* src){size_t num;unsigned acc