AbnormalSec / darkbox

what's in the box?! :package:
Do What The F*ck You Want To Public License
2 stars 1 forks source link

inherit version numbers for hashing functions #9

Closed deadPix3l closed 6 years ago

deadPix3l commented 6 years ago

Since currently all hashing variants inherit from sha256sum, and all the real logic exists there, i think version numbers for all hashing variants should update if that logic is changed. likely no further changes will be made to specific variants requiring a version update:

should we just allow version numbers for sha224 and the like to be inheritted from sha256 implicitly?