go/doc/next/6-stdlib/99-minor/crypto/mlkem/75300.md
Filippo Valsorda a2946f2385 crypto: add Encapsulator and Decapsulator interfaces
Updates #75300

Change-Id: I6a6a6964a0ab36ee3132d8481515c34c86011c13
Reviewed-on: https://go-review.googlesource.com/c/go/+/705796
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-11-19 14:14:13 -08:00

142 B

The new [DecapsulationKey768.Encapsulator] and [DecapsulationKey1024.Encapsulator] methods implement the new [crypto.Decapsulator] interface.