func crypto/mlkem.NewDecapsulationKey768
7 uses
crypto/mlkem (current package)
mlkem.go#L58: func NewDecapsulationKey768(seed []byte) (*DecapsulationKey768, error) {
crypto/hpke
pq.go#L35: return mlkem.NewDecapsulationKey768(data)
pq.go#L59: return mlkem.NewDecapsulationKey768(data)
pq.go#L367: return mlkem.NewDecapsulationKey768(data)
crypto/tls
key_schedule.go#L78: return mlkem.NewDecapsulationKey768(b)
github.com/refraction-networking/utls
handshake_client.go#L175: keyShareKeys.mlkem, err = mlkem.NewDecapsulationKey768(seed)
u_parrots.go#L2896: mlkemKey, err := mlkem.NewDecapsulationKey768(seed)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |