Home
last modified time | relevance | path

Searched defs:encryptionKey (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/crypto/internal/mlkem768/
Dmlkem768.go75 encryptionKey anonMember
96 type encryptionKey struct { struct
97 t [k]nttElement // ByteDecode₁₂(ek[:384k])
98 A [k * k]nttElement // A[i*k+j] = sampleNTT(ρ, j, i)
293 func parseEK(ex *encryptionKey, ekPKE []byte) error {
323 func pkeEncrypt(cc *[CiphertextSize]byte, ex *encryptionKey, m *[messageSize]byte, rnd []byte) []by…