blob: e283c412c183ad4a7ad9523ee54cd0e3ffd340b1 [file] [log] [blame]
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
// +build 386 amd64 s390x ppc64le
package sha256
//go:noescape
func block(dig *digest, p []byte)