gpt4 book ai didi

c - 如何播种 PRNG 以与 BN_rand* 一起使用?

转载 作者:行者123 更新时间:2023-12-02 03:35:18 24 4
gpt4 key购买 nike

我想使用:

BN_rand_range(...);

并且由于 OpenSSL 文档:

The PRNG must be seeded prior to calling BN_rand() or BN_rand_range().

但是没有链接或方法名称提示提供我如何做到这一点。使用 OpenSSL 播种 PRNG 的正确方法是什么?

最佳答案

What is the correct way to seed the PRNG with OpenSSL?

在内部,OpenSSL of auto-seeds itself with RAND_poll(有一些手放弃)。有几个原因可能会导致您想要避免这种行为并自己明确地为生成器设置种子。

Random Numbers 的 OpenSSL wiki 上有更完整的文章。 .

关于c - 如何播种 PRNG 以与 BN_rand* 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23854058/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com