vendor: update resumable dependency
Updates resumable hash implementation to Go 1.8 equivalent. This should be a major speedup, since it includes a number of optimizations from Go 1.7. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
83f857ca12
commit
f01bcc8f62
19 changed files with 1118 additions and 98 deletions
4
vendor/github.com/stevvooe/resumable/sha512/sha512block_decl.go
generated
vendored
4
vendor/github.com/stevvooe/resumable/sha512/sha512block_decl.go
generated
vendored
|
@ -1,8 +1,8 @@
|
|||
// Copyright 2013 The Go Authors. All rights reserved.
|
||||
// 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 amd64
|
||||
// +build amd64 s390x ppc64le
|
||||
|
||||
package sha512
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue