2016-07-22 18:15:38 +00:00
|
|
|
// Copyright 2013 The Go Authors. All rights reserved.
|
2013-07-16 06:54:42 +00:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2016-08-06 00:36:33 +00:00
|
|
|
// +build ignore
|
|
|
|
// -build amd64 amd64p32 386 arm ppc64le s390x
|
2013-07-16 06:54:42 +00:00
|
|
|
|
|
|
|
package md5
|
|
|
|
|
2013-11-06 19:49:01 +00:00
|
|
|
//go:noescape
|
|
|
|
|
2013-07-16 06:54:42 +00:00
|
|
|
func block(dig *digest, p []byte)
|