crypto/poly1305
Filippo Valsorda 2aa609cf4a chacha20,poly1305,chacha20poly1305: set consistent build tags
appengine was only necessary for the legacy system based on Go 1.9, drop
that. Add purego tags instead. Remove redundant architecture tags.

Change-Id: Ib1f65a4837511e63e08c1aa43163a79cfe868e0c
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/215498
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-02-21 23:15:18 +00:00
..
bits_compat.go poly1305: rewrite the Go implementation with 64-bit limbs 2019-11-11 21:33:42 +00:00
bits_go1.13.go poly1305: rewrite the Go implementation with 64-bit limbs 2019-11-11 21:33:42 +00:00
mac_noasm.go chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
poly1305.go poly1305: rewrite the Go implementation with 64-bit limbs 2019-11-11 21:33:42 +00:00
poly1305_test.go poly1305: rewrite the Go implementation with 64-bit limbs 2019-11-11 21:33:42 +00:00
sum_amd64.go chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_amd64.s chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_generic.go poly1305: rewrite the Go implementation with 64-bit limbs 2019-11-11 21:33:42 +00:00
sum_noasm.go chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_ppc64le.go chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_ppc64le.s chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_s390x.go chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_s390x.s chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
sum_vmsl_s390x.s chacha20,poly1305,chacha20poly1305: set consistent build tags 2020-02-21 23:15:18 +00:00
vectors_test.go poly1305: add additional test cases 2018-05-14 23:09:06 +00:00