crypto/blake2s
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
..
blake2s.go blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2s_386.go crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2s_386.s crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2s_amd64.go crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2s_amd64.s crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blake2s_generic.go blake2s: new package 2016-10-17 17:13:37 +00:00
blake2s_ref.go blake2s: implement BLAKE2X 2017-07-05 21:44:04 +00:00
blake2s_test.go blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2x.go blake2s: implement BLAKE2X 2017-07-05 21:44:04 +00:00
register.go blake2s: register BLAKE2s 2017-03-02 19:32:44 +00:00