mirror of
https://github.com/distribution/distribution.git
synced 2025-09-26 22:53:53 +00:00
11
vendor/github.com/stevvooe/resumable/sha256/sha256block_decl.go
generated
vendored
Normal file
11
vendor/github.com/stevvooe/resumable/sha256/sha256block_decl.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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.
|
||||
|
||||
// +build 386 amd64
|
||||
|
||||
package sha256
|
||||
|
||||
//go:noescape
|
||||
|
||||
func block(dig *digest, p []byte)
|
Reference in New Issue
Block a user