crypto/blake2s
Tobias Klauser cd7d49e622 all: add //go:build lines to assembly files
For golang/go#41184

Change-Id: Ica67fdbf2745ad2eef63dbb9ef70136e9e6fd348
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/319469
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-05-13 12:29:33 +00:00
..
blake2s.go blake2b,blake2s: clarify difference between blake2b and blake2s 2020-04-03 20:14:58 +00:00
blake2s_386.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
blake2s_386.s all: add //go:build lines to assembly files 2021-05-13 12:29:33 +00:00
blake2s_amd64.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
blake2s_amd64.s all: add //go:build lines to assembly files 2021-05-13 12:29:33 +00:00
blake2s_generic.go blake2s: use math.bits rotate functions instead of ad-hoc implementation 2019-04-22 18:39:09 +00:00
blake2s_ref.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
blake2s_test.go blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler 2018-03-30 21:03:55 +00:00
blake2x.go all: fix typos 2018-10-29 02:12:03 +00:00
register.go all: go fmt ./... 2021-02-20 03:31:48 +00:00