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 48ad48f + ae6aa3d commit 6ac6d36Copy full SHA for 6ac6d36
src/prngs/sprng.c
@@ -102,6 +102,7 @@ int sprng_done(prng_state *prng)
102
@param prng The PRNG to export
103
@return CRYPT_OK if successful
104
*/
105
+/* NOLINTNEXTLINE(readability-non-const-parameter) - silence clang-tidy warning */
106
int sprng_export(unsigned char *out, unsigned long *outlen, prng_state *prng)
107
{
108
LTC_ARGCHK(outlen != NULL);
0 commit comments