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

Round 1 completed

This commit is contained in:
frankw
2016-06-25 09:57:20 +02:00
parent d71b79de75
commit 4d9461fef6
3 changed files with 81 additions and 59 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 obtained from modified codahale/blake2
sumGo = "1f911baeebab14535c9e20b7d7edbe9fab64b6cc82be0cf0561fd3427dd100cc3110dd47fe789941e583313d773c7859cb6266c886cf0f8e98da11a4926c06c3"
hSSE.Write(in)
sumSSE := fmt.Sprintf("%x", hSSE.Sum(nil))