hash.Hash32.BlockSize (method)
4 uses
hash (current package)
hash.go#L45: BlockSize() int
crypto/hmac
hmac.go#L76: func (h *hmac) BlockSize() int { return h.inner.BlockSize() }
hmac.go#L145: blocksize := hm.inner.BlockSize()
crypto/tls
cipher_suites.go#L567: func (c *cthWrapper) BlockSize() int { return c.h.BlockSize() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)