crypto/poly1305
Michael Munday 425cc7d9a7 poly1305: add additional test cases
Increase the number of test vectors in this package to provide
better validation of new SIMD implementations.

Change-Id: Ia89883609e78cef53ba40a9cae41f4e0a3bccc80
Reviewed-on: https://go-review.googlesource.com/112855
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-14 23:09:06 +00:00
..
poly1305.go all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
poly1305_test.go poly1305: add additional test cases 2018-05-14 23:09:06 +00:00
sum_amd64.go poly1305: enable assembly for ARM in Go 1.6. 2016-10-20 16:32:05 +00:00
sum_amd64.s poly1305: make data declared in assembly files private 2017-01-16 01:45:04 +00:00
sum_arm.go poly1305: rename files to sum_𝑥.s 2016-10-11 21:55:02 +00:00
sum_arm.s poly1305: make data declared in assembly files private 2017-01-16 01:45:04 +00:00
sum_noasm.go poly1305: add optimized s390x SIMD implementation with VMSL 2018-05-14 22:55:51 +00:00
sum_ref.go poly1305: add optimized s390x SIMD implementation with VMSL 2018-05-14 22:55:51 +00:00
sum_s390x.go poly1305: add optimized s390x SIMD implementation with VMSL 2018-05-14 22:55:51 +00:00
sum_s390x.s poly1305: add optimized s390x SIMD implementation with VMSL 2018-05-14 22:55:51 +00:00
sum_vmsl_s390x.s poly1305: add optimized s390x SIMD implementation with VMSL 2018-05-14 22:55:51 +00:00
vectors_test.go poly1305: add additional test cases 2018-05-14 23:09:06 +00:00