crypto/internal/fips140/sha3.SHAKE.Write (method, view implemented interface methods)
16 uses
crypto/internal/fips140/sha3 (current package)
cast.go#L26: h.Write(input)
shake.go#L28: c.Write(rateEnc)
shake.go#L29: c.Write(data)
shake.go#L32: c.Write(make([]byte, padlen, maxRate)) // explicit cap to allow stack allocation
shake.go#L72: func (s *SHAKE) Write(p []byte) (n int, err error) { return s.d.Write(p) }
crypto/internal/fips140/mlkem
field.go#L397: prf.Write(s)
field.go#L398: prf.Write([]byte{b})
field.go#L493: B.Write(rho)
field.go#L494: B.Write([]byte{ii, jj})
mlkem1024.go#L425: J.Write(dk.z[:])
mlkem1024.go#L426: J.Write(c[:])
mlkem768.go#L484: J.Write(dk.z[:])
mlkem768.go#L485: J.Write(c[:])
crypto/sha3
sha3.go#L74: h.Write(data)
sha3.go#L94: h.Write(data)
sha3.go#L235: return s.s.Write(p)
![]() |
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. |