Add SHA3 private attribute parity to hashlib hash objects#7134
Add SHA3 private attribute parity to hashlib hash objects#7134youknowone merged 1 commit intoRustPython:mainfrom
Conversation
📝 WalkthroughWalkthroughThis PR introduces Keccak-related helper functions and constants to the hashlib module, then exposes Keccak metadata properties (capacity bits, rate bits, suffix byte) on PyHasher and PyHasherXof classes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [ ] test: cpython/Lib/test/test_class.py (TODO: 16) dependencies: dependent tests: (no tests depend on class) [x] lib: cpython/Lib/codecs.py dependencies:
dependent tests: (124 tests)
[ ] test: cpython/Lib/test/test_descr.py (TODO: 49) dependencies: dependent tests: (no tests depend on descr) [ ] lib: cpython/Lib/hashlib.py dependencies:
dependent tests: (15 tests)
[ ] test: cpython/Lib/test/test_itertools.py (TODO: 27) dependencies: dependent tests: (46 tests)
[x] lib: cpython/Lib/pickle.py dependencies:
dependent tests: (72 tests)
Legend:
|
Summary by CodeRabbit