crypto/blake2s
Adam Langley b2fa06b6af blake2s: fix build constraints
Having a trailing comma before a space doesn't mean that the next option
will be ANDed rather than ORed. This worked with the standard toolchain
because the filenames prevented the incorrect build constraints for
other platforms from being acted on.

Change-Id: Iaee5b60a7496166f23fc36319abe07c7a7ec04e5
Reviewed-on: https://go-review.googlesource.com/32311
Run-TryBot: Adam Langley <agl@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-10-28 19:53:00 +00:00
..
blake2s.go blake2s,blake2b: fix typo in package doc 2016-10-19 07:14:13 +00:00
blake2s_386.go blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_386.s blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_amd64.go blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_amd64.s blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_generic.go blake2s: new package 2016-10-17 17:13:37 +00:00
blake2s_ref.go blake2s: fix build constraints 2016-10-28 19:53:00 +00:00
blake2s_test.go blake2s: test all four hashing implementations 2016-10-24 19:19:44 +00:00