libgo: update to go1.9
[official-gcc.git] / libgo / go / crypto / sha512 / sha512block_decl.go
blob3d098c5b17eaac01dd93c9b5309c4012904e42cd
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 ignore
6 // +build s390x ppc64le
8 package sha512
10 //go:noescape
12 func block(dig *digest, p []byte)