You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SHA256 is used widely, if not more than SHA512. SHA384 is not used as much AFAIK, except for TLS 1.3. It would be nice to add these two, to offer a more complete feature-set of the SHA2-family.
This is labeled a breaking change because it is expected that the current SHA512 implementation along with the above two, will be gathered under a new sha2 module in hazardous::hash. This way, we avoid later breaking changes when, at some point, SHA3 is added.
The text was updated successfully, but these errors were encountered:
SHA256 is used widely, if not more than SHA512. SHA384 is not used as much AFAIK, except for TLS 1.3. It would be nice to add these two, to offer a more complete feature-set of the SHA2-family.
This is labeled a breaking change because it is expected that the current SHA512 implementation along with the above two, will be gathered under a new
sha2
module inhazardous::hash
. This way, we avoid later breaking changes when, at some point, SHA3 is added.The text was updated successfully, but these errors were encountered: