]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Version 3 tables.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 15 Mar 2020 11:27:22 +0000 (12:27 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 17 Jun 2020 20:32:06 +0000 (22:32 +0200)
This adds support for yet another hash function: sha256. We keep the
Keccak Hash as version #2, because it works well and has been around
for years in an experimental branch of this repo. As for Keccak,
we only use 20 bytes of the sha256 hash, which is safe enough and
helps to keep the patch as small as possible.

The sha256 implementation was taken from git v2.25.1.


No differences found