crypto/tls.constantTimeHash.BlockSize (method)
4 uses
crypto/tls (current package)
cipher_suites.go#L394: func (c *cthWrapper) BlockSize() int { return c.h.BlockSize() }
crypto/hmac
hmac.go#L76: func (h *hmac) BlockSize() int { return h.inner.BlockSize() }
hmac.go#L145: blocksize := hm.inner.BlockSize()
hash
hash.go#L45: BlockSize() int
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)