crypto/blake2b
Andreas Auernhammer ab89591268 blake2b: fix self-assignment in test
Fix self-assignment of useAVX variable. (vet warning)

Change-Id: I4194d7640f17cbf71dae27ce271d6f6d21354318
Reviewed-on: https://go-review.googlesource.com/43371
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-05-12 13:04:25 +00:00
..
blake2b.go x/crypto/*: add import comment 2017-04-07 17:36:45 +00:00
blake2bAVX2_amd64.go blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2bAVX2_amd64.s blake2b: fix AVX performance problems on amd64 2017-02-08 19:53:58 +00:00
blake2b_amd64.go blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2b_amd64.s blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2b_generic.go blake2b: new package 2016-10-18 17:05:21 +00:00
blake2b_ref.go blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2b_test.go blake2b: fix self-assignment in test 2017-05-12 13:04:25 +00:00
register.go blake2b: register BLAKE2b 2017-03-02 19:32:28 +00:00