We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a914b + 93955a2 commit 561feadCopy full SHA for 561fead
wolfcrypt/src/port/rpi_pico/README.md
@@ -38,7 +38,10 @@ To enable the RNG acceleration add the following:
38
```c
39
#define WC_NO_HASHDRBG
40
#define CUSTOM_RAND_GENERATE_BLOCK wc_pico_rng_gen_block
41
+#define WC_RESEED_INTERVAL (1000000)
42
```
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.
45
46
In CMake you should add the following linking to both wolfSSL and the end
47
application:
0 commit comments