libgo: Merge from revision 18783:00cce3a34d7e of master library.
[official-gcc.git] / libgo / go / crypto / sha256 / sha256block_decl.go
bloba50c9787108d3e0a2263a956ae46a9e392944eda
1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build 386 amd64
7 package sha256
9 //go:noescape
11 func block(dig *digest, p []byte)