]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/hpke: use internal/byteorder instead of encoding/binary
authorqmuntal <quimmuntal@gmail.com>
Fri, 25 Oct 2024 12:34:46 +0000 (14:34 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Mon, 28 Oct 2024 15:27:16 +0000 (15:27 +0000)
commitb33fc480a25c30d38104a9efaf73326c888e8557
tree5d86bbc8f7ea351f679afed59ee0bba48fa94781
parentd8f9c4c1ac0bb170f72857f67e0b8fd18904daa1
crypto/internal/hpke: use internal/byteorder instead of encoding/binary

crypto/internal/hpke is the only package under crypto that imports
encoding/binary. Other packages use internal/byteorder instead, which
notably doesn't depend on the reflect package.

Updates #54097

Change-Id: I77a3ac5f4588527a2f82574df4cb84d30630d73f
Reviewed-on: https://go-review.googlesource.com/c/go/+/622497
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/hpke/hpke.go