blob: 5f31731f68a5abd834466d68b651a2f70086d12c [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.
//go:build ignore
// +build ignore
package md5
const haveAsm = true
//go:noescape
func block(dig *digest, p []byte)