crypto/argon2
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
..
argon2.go argon2: fix typo and code formatting in comments 2018-03-06 22:39:34 +00:00
argon2_test.go argon2: fix incorrect key derivation if parallelism > 1 2017-12-31 21:46:28 +00:00
blake2b.go argon2: add new package implementing the Argon2 PBKDF family 2017-12-18 18:31:08 +00:00
blamka_amd64.go crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blamka_amd64.s crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
blamka_generic.go argon2: add new package implementing the Argon2 PBKDF family 2017-12-18 18:31:08 +00:00
blamka_ref.go argon2: add new package implementing the Argon2 PBKDF family 2017-12-18 18:31:08 +00:00