]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/mlkem768: add -768 suffix to all exported identifiers
authorFilippo Valsorda <filippo@golang.org>
Mon, 21 Oct 2024 14:29:23 +0000 (16:29 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 19:25:19 +0000 (19:25 +0000)
commit9854fc3e86e1ba6d3a186bcadec814e73c562c78
tree72daa064f46a0f6f655183ce5a35995f1af47c60
parent1e733b638fd50e167756c891d9d407af8e414fcb
crypto/internal/mlkem768: add -768 suffix to all exported identifiers

In preparation for introducing ML-KEM-1024.

Aside from the constants at the top, all other changes were automated.

Change-Id: I0fafce9a776c7b0b9179be1c858709cabf60e80f
Reviewed-on: https://go-review.googlesource.com/c/go/+/621981
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/internal/mlkem768/mlkem768.go
src/crypto/internal/mlkem768/mlkem768_test.go
src/crypto/tls/handshake_client.go
src/crypto/tls/handshake_client_tls13.go
src/crypto/tls/handshake_server_tls13.go
src/crypto/tls/key_schedule.go
src/crypto/tls/key_schedule_test.go