SHA-1 implementation in C++. Do not use SHA-1 unless you have to! https://en.wikipedia.org/wiki/SHA-1#Birthday-Near-Collision_Attack_%E2%80%93_first_practical_chosen-prefix_attack
Stars
206
Forks
82
Watchers
206
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
4
commits
2
commits
1
commits
1
commits
1
commits
Add well known tests and where they can be found online (#7)
560aaedView on GitHubRemove "& 0xffffffff" which is not needed anymore due to using uint32_t
6474be9View on GitHub