crypto/blake2b
Andreas Auernhammer ae8bce0030 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection
This change removes package specific CPU-feature detection code and
replaces it with x/sys/cpu.

Fixes golang/go#24843

Change-Id: I150dd7b3aeb8eef428c91f9b1df741ceb8a87a24
Reviewed-on: https://go-review.googlesource.com/110355
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-04-30 18:12:35 +00:00
..
blake2b.go blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2bAVX2_amd64.go crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2bAVX2_amd64.s crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2b_amd64.go crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2b_amd64.s crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +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,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2x.go blake2b: implement BLAKE2X 2017-07-09 16:53:45 +00:00
register.go blake2b: register BLAKE2b 2017-03-02 19:32:28 +00:00