From: Nathan Wagner Date: Fri, 1 Mar 2019 16:59:00 +0000 (+0000) Subject: switch to blake2 X-Git-Tag: v0.7.0~3 X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=2ac486ab18adbbb84563eafc0d67fa8da6ca7822;hp=2ac486ab18adbbb84563eafc0d67fa8da6ca7822;p=zpackage switch to blake2 Replaced the sha256 hash used internally with blake2b variant which is much faster in software. We use the 256 bit version, which is the same size as sha256. I was unable to find published test vectors for blake2b-256, so the b2sum utility was compiled from the blake2 sources, and the output of that program in 256 bit mode was used to generate testing data. ---