mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 11:50:52 +02:00
Merge pull request #9235 from anhu/rpi_WC_RESEED_INTERVAL
Fixing up a small documentation omission.
This commit is contained in:
@@ -38,7 +38,10 @@ To enable the RNG acceleration add the following:
|
||||
```c
|
||||
#define WC_NO_HASHDRBG
|
||||
#define CUSTOM_RAND_GENERATE_BLOCK wc_pico_rng_gen_block
|
||||
#define WC_RESEED_INTERVAL (1000000)
|
||||
```
|
||||
NOTE: the value for `WC_RESEED_INTERVAL` here is just an example. You should find what is
|
||||
most appropriate for your application and use case.
|
||||
|
||||
In CMake you should add the following linking to both wolfSSL and the end
|
||||
application:
|
||||
|
||||
Reference in New Issue
Block a user