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:
 |
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. |