1 Star 0 Fork 0

EtcFly/wolfssl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wnr-example.conf 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Conlon 提交于 2016-05-05 15:34 . add example netRandom config file
# Example netRandom client library configuration file
#
# This uses /dev/urandom for the seed, but could also
# be set up to use a network entropy source
version = "1.0";
WnrClient:
{
dir:
{
working = "/var/run/wnrentropy";
socket = "/var/run/wnrentropy";
};
drbg:
{
type = "SHA256";
security_strength = 256;
reseed_interval = 1;
};
source:
{
seed = {
type = "FILEPATH";
path = "/dev/urandom";
};
stream = {
type = "FILEPATH";
path = "/dev/urandom";
};
};
buffer:
{
size = 8192;
threshold = 7168;
};
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wyabc/wolfssl.git
git@gitee.com:wyabc/wolfssl.git
wyabc
wolfssl
wolfssl
master

搜索帮助