]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: simplify b2sum to only handle BLAKE2b
authorPádraig Brady <P@draigBrady.com>
Fri, 10 Sep 2021 13:45:33 +0000 (14:45 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 15 Sep 2021 19:44:18 +0000 (20:44 +0100)
commit217cd278ec36319e6d6fead52b740e96648633bb
treec5822d65308f28a3079b737da65f990d2310df13
parent8362f2552a4192d6b1e0e46fa5edd4ce76e29560
maint: simplify b2sum to only handle BLAKE2b

Any further variants will use the cksum -a table driven mechanism.

* src/digest.c: Remove BLAKE2 specific table driven code.
src/digest.c