commit | 3c0d69f1777220f1a1d2ec373cb94a282f03eb42 | [log] [tgz] |
---|---|---|
author | Austin Clements <austin@google.com> | Fri Oct 21 16:34:17 2016 -0400 |
committer | Austin Clements <austin@google.com> | Fri Oct 21 21:01:31 2016 +0000 |
tree | c98b4999d3e8be0b808fccc7509b59d4a35748b1 | |
parent | a9ecc67d46e12a127b6b40b62d62b689cc511de4 [diff] |
blake2s: fix frame size of hashBlocksSSE4 The frame is actually 16 bytes plus alignment, not 0. This fixes the build on Go 1.6. Change-Id: Id3dcf4e1628791ed55a38a819dcf3c11ecc2f488 Reviewed-on: https://go-review.googlesource.com/31711 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>