const crypto/internal/fips140/mlkem.CiphertextSize768
12 uses
crypto/internal/fips140/mlkem (current package)
cast.go#L44: var cc [CiphertextSize768]byte
mlkem768.go#L59: CiphertextSize768 = k*encodingSize10 + encodingSize4
mlkem768.go#L337: var cc [CiphertextSize768]byte
mlkem768.go#L341: func (ek *EncapsulationKey768) encapsulate(cc *[CiphertextSize768]byte) (sharedKey, ciphertext []byte) {
mlkem768.go#L355: cc := &[CiphertextSize768]byte{}
mlkem768.go#L362: func kemEncaps(cc *[CiphertextSize768]byte, ek *EncapsulationKey768, m *[messageSize]byte) (K, c []byte) {
mlkem768.go#L416: func pkeEncrypt(cc *[CiphertextSize768]byte, ex *encryptionKey, m *[messageSize]byte, rnd []byte) []byte {
mlkem768.go#L462: if len(ciphertext) != CiphertextSize768 {
mlkem768.go#L465: c := (*[CiphertextSize768]byte)(ciphertext)
mlkem768.go#L475: func kemDecaps(dk *DecapsulationKey768, c *[CiphertextSize768]byte) (K []byte) {
mlkem768.go#L488: var cc [CiphertextSize768]byte
mlkem768.go#L499: func pkeDecrypt(dx *decryptionKey, c *[CiphertextSize768]byte) []byte {
![]() |
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. |