Skip to content

chore: use os.urandom(30) for random_hash#1005

Merged
a1denvalu3 merged 2 commits into
mainfrom
chore/use-os-urandom-for-random-hash
May 15, 2026
Merged

chore: use os.urandom(30) for random_hash#1005
a1denvalu3 merged 2 commits into
mainfrom
chore/use-os-urandom-for-random-hash

Conversation

@a1denvalu3
Copy link
Copy Markdown
Collaborator

Uses os.urandom(30) instead of random.getrandbits(8) in random_hash for better randomness.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.28%. Comparing base (ff119a9) to head (3e5a0b9).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1005      +/-   ##
==========================================
- Coverage   75.29%   75.28%   -0.01%     
==========================================
  Files         100      100              
  Lines       11745    11745              
==========================================
- Hits         8843     8842       -1     
- Misses       2902     2903       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@a1denvalu3 a1denvalu3 merged commit 55eeb2a into main May 15, 2026
30 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in nutshell May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants