open-nomad/vendor/golang.org/x/crypto/blake2b
Michael Schurter 080dca7329 vendor: fix blake2b on non-amd64 archs
The blake2b package only includes an asm implementation for amd64. Other
architectures use a generic Go implementation. Unfortunately appengine
is one of those architectures and we explicitly ignore appengine when
vendoring because it is an unsupported platform for Nomad.

Commit 925ec07a4 started ignoring appengine to help trim down the vendor
package. We now need to include appengine again - despite not building
for it - just to avoid accidently breaking other archs we do support.
2018-08-09 10:33:21 -07:00
..
blake2b.go vendor: update blake2b and dependencies 2018-08-02 12:00:51 -07:00
blake2bAVX2_amd64.go vendor: update blake2b and dependencies 2018-08-02 12:00:51 -07:00
blake2bAVX2_amd64.s vendor: update blake2b and dependencies 2018-08-02 12:00:51 -07:00
blake2b_amd64.go vendor: update blake2b and dependencies 2018-08-02 12:00:51 -07:00
blake2b_amd64.s vendor: update blake2b and dependencies 2018-08-02 12:00:51 -07:00
blake2b_generic.go vendoring blake2b 2017-09-04 13:07:44 -07:00
blake2b_ref.go vendor: fix blake2b on non-amd64 archs 2018-08-09 10:33:21 -07:00
blake2x.go vendoring blake2b 2017-09-04 13:07:44 -07:00
register.go vendoring blake2b 2017-09-04 13:07:44 -07:00