Skip to content

Commit

Permalink
fix: add libsodium's unsigned 32bit random function
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Sep 25, 2024
1 parent 2ffe024 commit ba18757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokstyle/Linter/Callgraph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ analyse = reverse . flip State.execState [] . linter . (builtins <>) . callgraph
, "crypto_verify_64"
, "randombytes"
, "randombytes_stir"
, "randombytes_random"
, "randombytes_uniform"
, "sodium_init"
, "sodium_memzero"
Expand Down

0 comments on commit ba18757

Please sign in to comment.