Skip to content

Commit

Permalink
fix: Add crypto_sign_SEEDBYTES which we now use in toxcore.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 9, 2024
1 parent adc8c10 commit 3690189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tokstyle/Linter/Callgraph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,12 @@ analyse = reverse . flip State.execState [] . linter . (builtins <>) . callgraph
, "crypto_sign_BYTES"
, "crypto_sign_PUBLICKEYBYTES"
, "crypto_sign_SECRETKEYBYTES"
, "crypto_sign_SEEDBYTES"
, "crypto_sign_detached"
, "crypto_sign_ed25519_pk_to_curve25519"
, "crypto_sign_ed25519_sk_to_curve25519"
, "crypto_sign_keypair"
, "crypto_sign_seed_keypair"
, "crypto_sign_verify_detached"
, "crypto_verify_32"
, "crypto_verify_64"
Expand Down

0 comments on commit 3690189

Please sign in to comment.