golang/src/crypto/internal/bigmod
Mateusz Poliwczak c98867d23a crypto: replace encoding/binary in favour of internal/byteorder
Updates #54097

Change-Id: I827a5efd1736ce057b76f079466f2d9ead225898
GitHub-Last-Rev: 40af10469d85ce9f4bef4b40025589d9e44f43d6
GitHub-Pull-Request: golang/go#67321
Reviewed-on: https://go-review.googlesource.com/c/go/+/585017
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-05-13 18:57:38 +00:00
..
_asm crypto/internal/bigmod: switch to saturated limbs 2023-05-24 22:37:58 +00:00
nat.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
nat_386.s crypto/internal/bigmod: switch to saturated limbs 2023-05-24 22:37:58 +00:00
nat_amd64.s crypto/internal/bigmod: switch to saturated limbs 2023-05-24 22:37:58 +00:00
nat_arm.s crypto/internal/bigmod: switch to saturated limbs 2023-05-24 22:37:58 +00:00
nat_arm64.s crypto/internal/bigmod: switch to saturated limbs 2023-05-24 22:37:58 +00:00
nat_asm.go crypto/internal/bigmod: provide assembly addMulVVW* for riscv64 2023-08-15 07:52:41 +00:00
nat_noasm.go crypto/internal/bigmod: provide assembly addMulVVW* for riscv64 2023-08-15 07:52:41 +00:00
nat_ppc64x.s math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64x 2024-01-25 19:32:43 +00:00
nat_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
nat_s390x.s crypto/internal/bigmod: switch to saturated limbs 2023-05-24 22:37:58 +00:00
nat_test.go crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance 2024-01-12 00:56:20 +00:00