-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib #4835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Masorubka1
commented
Apr 4, 2023
•
edited
Loading
edited
- split hashlib and _hashlib
- add libraries: _md5, _sha1, _sha3, _sha256, _blake2
- add tests for hashlib
Hmm… I think we need to split up |
784197e
to
8ba6dfd
Compare
|
8ba6dfd
to
6328738
Compare
@youknowone Could you review this pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, You made it 👍
Looks mostly good. I left a few comments.
99ae915
to
a3c810b
Compare
40d9194
to
7ea4fc6
Compare
7ea4fc6
to
73e1eeb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This is great, I like it very much!