go/src/crypto/sha1/sha1block.go

const _K0

const _K1

const _K2

const _K3

// blockGeneric is a portable, pure Go version of the SHA-1 block step.
// It's used by sha1block_generic.go and tests.
func blockGeneric(dig *digest, p []byte) {}