crypto/blake2b
Andreas Auernhammer 55a552f082 x/crypto/*: add import comment
Add import comment for blake2b, blake2s, chacha20poly1305 and cryptobyte.

Change-Id: I4703b5cd669e43a5d81422b2ded8b8f54eee5f9b
Reviewed-on: https://go-review.googlesource.com/39952
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
2017-04-07 17:36:45 +00:00
..
blake2b.go x/crypto/*: add import comment 2017-04-07 17:36:45 +00:00
blake2bAVX2_amd64.go blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2bAVX2_amd64.s blake2b: fix AVX performance problems on amd64 2017-02-08 19:53:58 +00:00
blake2b_amd64.go blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2b_amd64.s blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2b_generic.go blake2b: new package 2016-10-18 17:05:21 +00:00
blake2b_ref.go blake2b: fix build on non-amd64 platforms 2016-12-21 23:57:47 +00:00
blake2b_test.go blake2b: add AVX assembly 2016-12-20 18:11:55 +00:00
register.go blake2b: register BLAKE2b 2017-03-02 19:32:28 +00:00