1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-08 20:10:33 +08:00

UNDIAGONALIZE macro

This commit is contained in:
frankw
2016-06-25 09:04:36 +02:00
parent b0e1a3d003
commit 53bb6668a3
2 changed files with 15 additions and 2 deletions

View File

@@ -33,8 +33,6 @@ func TestCompress(t *testing.T) {
hGo.Write(in)
sumGo := fmt.Sprintf("%x", hGo.Sum(nil))
// Digest for testing generated with modified codahale/blake2 with ROUND macro that stops after DIAGONALIZE
sumGo = "2306b43fd384cba9820ad5a79c6a0f19775f205e9e13f5956b8c271cf6d5b165de31323244522c59eca5c96d943d76df4b1770b86e26dae7839042fa1875bc60"
hSSE.Write(in)
sumSSE := fmt.Sprintf("%x", hSSE.Sum(nil))