Merged revisions 196716,196830,198094,198116,198502,198877,199007,199262,199319,19946...
[official-gcc.git] / main / libgo / go / crypto / md5 / md5block_decl.go
blob14190c6ff29d159756f22d3155cb6a730abeeb35
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 amd64 386
7 package md5
9 func block(dig *digest, p []byte)