golang/src/crypto/internal/edwards25519
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
..
field crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
doc.go crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519 2022-05-05 21:53:10 +00:00
edwards25519.go crypto/internal/edwards25519: reduce Point size by reordering fields 2023-02-13 19:21:54 +00:00
edwards25519_test.go crypto/internal/edwards25519: replace scalar field with fiat-crypto 2022-11-10 18:45:00 +00:00
scalar.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
scalar_alias_test.go crypto/internal/edwards25519: shorten quick.Check tests in short mode 2023-08-28 17:26:17 +00:00
scalar_fiat.go crypto/internal/edwards25519: replace scalar field with fiat-crypto 2022-11-10 18:45:00 +00:00
scalar_test.go crypto/internal/edwards25519: shorten quick.Check tests in short mode 2023-08-28 17:26:17 +00:00
scalarmult.go crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519 2022-05-05 21:53:10 +00:00
scalarmult_test.go crypto/internal/edwards25519: shorten quick.Check tests in short mode 2023-08-28 17:26:17 +00:00
tables.go all: fix comment typos 2022-11-05 21:02:45 +00:00
tables_test.go crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519 2022-05-05 21:53:10 +00:00