Skip to content

fix(siphash): widen input length counter - #17

Merged
LimiNode merged 1 commit into
mainfrom
codex/update-siphash-to-use-uint64_t
Sep 4, 2025
Merged

fix(siphash): widen input length counter#17
LimiNode merged 1 commit into
mainfrom
codex/update-siphash-to-use-uint64_t

Conversation

@LimiNode

@LimiNode LimiNode commented Sep 4, 2025

Copy link
Copy Markdown
Owner

Summary

  • track full message length with uint64_t and update digest handling
  • test hashing data longer than 255 bytes

Testing

  • ./scripts/run_tests.sh

https://chatgpt.com/codex/tasks/task_e_68b90fb8ee18832cb277d32a20babc96

Track full message length using 64-bit counter and test hashing data exceeding 255 bytes.
@LimiNode
LimiNode merged commit fadbc63 into main Sep 4, 2025
4 checks passed
@LimiNode
LimiNode deleted the codex/update-siphash-to-use-uint64_t branch September 4, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant