2017-03-02 21:39:41 +00:00
|
|
|
// Copyright 2013 The Go Authors. All rights reserved.
|
2015-03-24 07:04:45 +00:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2017-03-02 21:39:41 +00:00
|
|
|
// +build 386 amd64 s390x ppc64le
|
2015-03-24 07:04:45 +00:00
|
|
|
|
|
|
|
package sha256
|
|
|
|
|
|
|
|
//go:noescape
|
|
|
|
|
|
|
|
func block(dig *digest, p []byte)
|