type crypto/mlkem.EncapsulationKey1024

11 uses

	crypto/mlkem (current package)
		mlkem.go#L176: func (dk *DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 {
		mlkem.go#L177: 	return &EncapsulationKey1024{dk.key.EncapsulationKey()}
		mlkem.go#L192: type EncapsulationKey1024 struct {
		mlkem.go#L198: func NewEncapsulationKey1024(encapsulationKey []byte) (*EncapsulationKey1024, error) {
		mlkem.go#L204: 	return &EncapsulationKey1024{key}, nil
		mlkem.go#L208: func (ek *EncapsulationKey1024) Bytes() []byte {
		mlkem.go#L219: func (ek *EncapsulationKey1024) Encapsulate() (sharedKey, ciphertext []byte) {

	crypto/hpke
		pq.go#L155: 		if _, ok := pq.(*mlkem.EncapsulationKey1024); !ok {
		pq.go#L296: 		if _, ok := pq.Encapsulator().(*mlkem.EncapsulationKey1024); !ok {
		pq.go#L434: 	case *mlkem.EncapsulationKey1024:
		pq.go#L485: 	case *mlkem.EncapsulationKey1024: