NaCl (发音 “salt”) 是一个新的易用的高速的软件库,用于网络通讯、加解密、签名等。主要目的是为开发高级加密工具提供支持。
示例代码:
#include "crypto_sign.h" std::string pk; std::string sk; pk = crypto_sign_keypair(&sk);