1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-11 05:30:37 +08:00

G1 macro after DIAGONALIZE added

This commit is contained in:
frankw
2016-06-25 09:51:53 +02:00
parent 53bb6668a3
commit d71b79de75
2 changed files with 33 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ 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))