Sign in
fuchsia
/
third_party
/
go
/
go1.7beta2
/
.
/
src
/
crypto
/
sha256
/
sha256block_decl.go
blob: e6caff9a74652ee39806644dce7994ad3339ca15 [
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 386 amd64 s390x
package sha256
//go:noescape
func block(dig *digest, p []byte)