Skip to content

Commit 561fead

Browse files
authored
Merge pull request #9235 from anhu/rpi_WC_RESEED_INTERVAL
Fixing up a small documentation omission.
2 parents b5a914b + 93955a2 commit 561fead

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wolfcrypt/src/port/rpi_pico/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ To enable the RNG acceleration add the following:
3838
```c
3939
#define WC_NO_HASHDRBG
4040
#define CUSTOM_RAND_GENERATE_BLOCK wc_pico_rng_gen_block
41+
#define WC_RESEED_INTERVAL (1000000)
4142
```
43+
NOTE: the value for `WC_RESEED_INTERVAL` here is just an example. You should find what is
44+
most appropriate for your application and use case.
4245
4346
In CMake you should add the following linking to both wolfSSL and the end
4447
application:

0 commit comments

Comments
 (0)