type crypto/internal/fips140/mlkem.EncapsulationKey1024
14 uses
crypto/internal/fips140/mlkem (current package)
mlkem1024.go#L65: func (dk *DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 {
mlkem1024.go#L66: return &EncapsulationKey1024{
mlkem1024.go#L75: type EncapsulationKey1024 struct {
mlkem1024.go#L82: func (ek *EncapsulationKey1024) Bytes() []byte {
mlkem1024.go#L88: func (ek *EncapsulationKey1024) bytes(b []byte) []byte {
mlkem1024.go#L276: func (ek *EncapsulationKey1024) Encapsulate() (sharedKey, ciphertext []byte) {
mlkem1024.go#L282: func (ek *EncapsulationKey1024) encapsulate(cc *[CiphertextSize1024]byte) (sharedKey, ciphertext []byte) {
mlkem1024.go#L294: func (ek *EncapsulationKey1024) EncapsulateInternal(m *[32]byte) (sharedKey, ciphertext []byte) {
mlkem1024.go#L303: func kemEncaps1024(cc *[CiphertextSize1024]byte, ek *EncapsulationKey1024, m *[messageSize]byte) (K, c []byte) {
mlkem1024.go#L315: func NewEncapsulationKey1024(encapsulationKey []byte) (*EncapsulationKey1024, error) {
mlkem1024.go#L317: ek := &EncapsulationKey1024{}
mlkem1024.go#L325: func parseEK1024(ek *EncapsulationKey1024, ekPKE []byte) (*EncapsulationKey1024, error) {
crypto/mlkem
mlkem.go#L193: key *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. |