mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-24 00:34:45 -07:00
upgrade dependencies for 2.9 cycle
This commit is contained in:
1
vendor/golang.org/x/crypto/sha3/keccakf_amd64.s
generated
vendored
1
vendor/golang.org/x/crypto/sha3/keccakf_amd64.s
generated
vendored
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build amd64 && !purego && gc
|
||||
// +build amd64,!purego,gc
|
||||
|
||||
// This code was translated into a form compatible with 6a from the public
|
||||
|
||||
1
vendor/golang.org/x/crypto/sha3/sha3_s390x.s
generated
vendored
1
vendor/golang.org/x/crypto/sha3/sha3_s390x.s
generated
vendored
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build gc && !purego
|
||||
// +build gc,!purego
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
2
vendor/golang.org/x/crypto/sha3/xor_generic.go
generated
vendored
2
vendor/golang.org/x/crypto/sha3/xor_generic.go
generated
vendored
@@ -19,7 +19,7 @@ func xorInGeneric(d *state, buf []byte) {
|
||||
}
|
||||
}
|
||||
|
||||
// copyOutGeneric copies ulint64s to a byte buffer.
|
||||
// copyOutGeneric copies uint64s to a byte buffer.
|
||||
func copyOutGeneric(d *state, b []byte) {
|
||||
for i := 0; len(b) >= 8; i++ {
|
||||
binary.LittleEndian.PutUint64(b, d.a[i])
|
||||
|
||||
Reference in New Issue
Block a user