repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR tree-optimization/84480 - bogus -Wstringop-truncation despite assignment with...
[official-gcc.git]
/
libgo
/
go
/
crypto
/
sha512
/
sha512block_decl.go
blob
3d098c5b17eaac01dd93c9b5309c4012904e42cd
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.
4
5
// +build ignore
6
// +build s390x ppc64le
7
8
package
sha512
9
10
//go:noescape
11
12
func
block
(
dig
*
digest
,
p
[]
byte
)