crypto/internal/fips140/sha3.SHAKE.Read (method, view implemented interface methods)
8 uses
crypto/internal/fips140/sha3 (current package)
shake.go#L74: func (s *SHAKE) Read(out []byte) (n int, err error) {
crypto/internal/fips140/mlkem
field.go#L400: prf.Read(B)
field.go#L526: B.Read(buf[:])
mlkem1024.go#L428: J.Read(Kout)
mlkem768.go#L487: J.Read(Kout)
crypto/sha3
sha3.go#L75: h.Read(out)
sha3.go#L95: h.Read(out)
sha3.go#L243: return s.s.Read(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. |