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