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 448d1cc + a15c713 commit a337167Copy full SHA for a337167
include/mbedtls/ctr_drbg.h
@@ -177,7 +177,9 @@ typedef struct mbedtls_ctr_drbg_context
177
* minus one.
178
* Before the initial seeding, this field
179
* contains the amount of entropy in bytes
180
- * to use as a nonce for the initial seeding.
+ * to use as a nonce for the initial seeding,
181
+ * or -1 if no nonce length has been explicitly
182
+ * set (see mbedtls_ctr_drbg_set_nonce_len()).
183
*/
184
int prediction_resistance; /*!< This determines whether prediction
185
resistance is enabled, that is
0 commit comments