mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Fixes #75300 Change-Id: I6a83e0d040dba3366819d2afff704f886a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/723560 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Auto-Submit: Filippo Valsorda <filippo@golang.org> TryBot-Bypass: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
7 lines
223 B
Markdown
7 lines
223 B
Markdown
### crypto/hpke
|
|
|
|
The new [crypto/hpke] package implements Hybrid Public Key Encryption
|
|
(HPKE) as specified in [RFC 9180], including support for post-quantum
|
|
hybrid KEMs.
|
|
|
|
[RFC 9180]: https://rfc-editor.org/rfc/rfc9180.html
|