]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/mlkem768: move field implementation to its own file
authorFilippo Valsorda <filippo@golang.org>
Wed, 16 Oct 2024 12:50:22 +0000 (14:50 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 19:25:12 +0000 (19:25 +0000)
commit0568cda10aa9a3b26e519da15bcff18ab6ef974d
tree21c00a1bb39d3727a793092da9ea815b23cebbac
parentffb8b1c586a61882b6c362c0454f56f89d2693c9
crypto/internal/mlkem768: move field implementation to its own file

Change-Id: Id2676f1fd446feda506a3f1d4fbdadffe87ecc95
Reviewed-on: https://go-review.googlesource.com/c/go/+/621978
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
src/crypto/internal/mlkem768/field.go [new file with mode: 0644]
src/crypto/internal/mlkem768/field_test.go [new file with mode: 0644]
src/crypto/internal/mlkem768/mlkem768.go
src/crypto/internal/mlkem768/mlkem768_test.go