Introduce hash2 (sha256).
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Mar 2020 15:06:12 +0000 (16:06 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 21 Oct 2021 17:52:40 +0000 (19:52 +0200)
commite74113b0e1a6ca1c047667218b089362372aa0f0
tree7e39b2ec84f2fcf2dcf5b5da5756f82d20a04da6
parentd44413588dd70fe7e6b08a97dde6456b45db9280
Introduce hash2 (sha256).

This adds a second hash function which will replace sha1. Both openssl
and libgcrypt support sha256, so it is easy to do. There are no users
of the new functions so far, so this patch has no effect yet.
crypt.h
crypt_common.c
gcrypt.c
openssl.c