crypto/sha3.SHAKE.Write (method, view implemented interface methods)
9 uses
crypto/sha3 (current package)
sha3.go#L233: func (s *SHAKE) Write(p []byte) (n int, err error) {
crypto/hpke
kdf.go#L137: H.Write(inputKey)
kdf.go#L138: H.Write([]byte("HPKE-v1"))
kdf.go#L139: H.Write(suiteID)
kdf.go#L140: H.Write([]byte{byte(len(label) >> 8), byte(len(label))})
kdf.go#L141: H.Write([]byte(label))
kdf.go#L142: H.Write([]byte{byte(length >> 8), byte(length)})
kdf.go#L143: H.Write(context)
pq.go#L260: s.Write(priv)
![]() |
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. |