openssl3.2 - exp - RAND_bytes_ex 概述 笔记 END openssl3.2 - exp - RAND_bytes_ex 概述 生成随机数时, 要检查返回值是否成功, 不能认为一定是成功的(官方文档上有说明). 生成随机数的API, 和库上下文有关系, 使用RAND_bytes_ex()比RAND_bytes()好些. 笔记 /*! * \file main.cpp * \note openssl...
Utility to output random bytes. Contribute to extemporalgenome/randat development by creating an account on GitHub.