IronLanguages / IronLanguages/ironpython3
Missing algorithms in hashlib
Open
Nobody has claimed this yet.
3.6
What's New In Python 3.6
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 316
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
The following algorithms are always available in hashlib in 3.6:
blake2b, blake2s, sha3_224, sha3_256, sha3_384, sha3_512, shake_128, shake_256
The are disabled in https://github.com/IronLanguages/ironpython3/pull/1427 and changes should be reverted when available.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing pull request 1427 and checking the current hashlib behavior in IronPython 3.6. Confirm whether blake2b, blake2s, the four SHA-3 algorithms, and the two SHAKE algorithms are available; done means all eight algorithms are enabled when their underlying support is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python
- Domain
- security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100