]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/bigmod: add comparison test for addMulVVW
authorCherry Mui <cherryyz@google.com>
Thu, 14 Nov 2024 23:40:42 +0000 (18:40 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 15 Nov 2024 17:18:22 +0000 (17:18 +0000)
commita9afea969aa63e0706d193b2fdca11cfd7d65e3c
treec46fbd9ba324483bace1f54b938f827aa80290e4
parent5c534ef546d55a2680d2bc2e88ea329e6a8b068c
crypto/internal/bigmod: add comparison test for addMulVVW

Sized addMulVVW (addMulVVW1024 etc.) have architecture-specific
implementations on a number of architectures. Add a test checking
that they match the generic implementation.

Change-Id: I574f00ad7cd27d4e1bf008561023f713876244f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/628256
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/bigmod/nat_test.go