type crypto/mlkem.DecapsulationKey1024
10 uses
crypto/mlkem (current package)
mlkem.go#L133: type DecapsulationKey1024 struct {
mlkem.go#L139: func GenerateKey1024() (*DecapsulationKey1024, error) {
mlkem.go#L145: return &DecapsulationKey1024{key}, nil
mlkem.go#L150: func NewDecapsulationKey1024(seed []byte) (*DecapsulationKey1024, error) {
mlkem.go#L156: return &DecapsulationKey1024{key}, nil
mlkem.go#L162: func (dk *DecapsulationKey1024) Bytes() []byte {
mlkem.go#L170: func (dk *DecapsulationKey1024) Decapsulate(ciphertext []byte) (sharedKey []byte, err error) {
mlkem.go#L176: func (dk *DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 {
mlkem.go#L184: func (dk *DecapsulationKey1024) Encapsulator() crypto.Encapsulator {
mlkem.go#L188: var _ crypto.Decapsulator = (*DecapsulationKey1024)(nil)
 |
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. |