Skip to content

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

Open
a1denvalu3 wants to merge 2 commits into
mainfrom
chore/use-os-urandom-for-random-hash
Open

chore: use os.urandom(30) for random_hash#1005
a1denvalu3 wants to merge 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant