-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Description
The MD5 and SHA1 hashing algorithms in this repository are noticeably slower compared to other available algorithms. This performance gap impacts applications that require speedy hash computations.
Steps to reproduce
- Run benchmarks or speed comparison tests using the provided MD5 and SHA1 implementations
- Compare their execution times to other algorithms (e.g., SHA256, SHA512, etc.)
Expected behavior
MD5 and SHA1 should exhibit competitive performance, given their reputation as fast legacy algorithms.
Actual behavior
MD5 and SHA1 implementations take substantially longer to produce results than more modern or optimized algorithms.
Impact
- Reduces efficiency in projects dependent on fast hashing
- May lead users to choose alternate implementations or libraries
Recommendation
Investigate the implementation details of MD5 and SHA1. Optimize and refactor the code where possible to improve hashing speeds.
Label: bug, enhancement
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request