mirror of
https://github.com/xiaoqidun/ihash.git
synced 2024-11-23 18:36:46 +08:00
fix(更新模块): 更改模块名
This commit is contained in:
parent
d1de686678
commit
7c636ded82
6
go.mod
6
go.mod
@ -1,5 +1,5 @@
|
|||||||
module ihash
|
module github.com/xiaoqidun/ihash
|
||||||
|
|
||||||
go 1.14
|
go 1.15
|
||||||
|
|
||||||
require golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
require golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||||||
|
4
go.sum
4
go.sum
@ -1,6 +1,6 @@
|
|||||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||||
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de h1:ikNHVSjEfnvz6sxdSPCaPt572qowuyMDMJLLm3Db3ig=
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a h1:vclmkQCjlDX5OydZ9wv8rBCcS0QyQY66Mpf/7BZbInM=
|
||||||
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d h1:+R4KGOnez64A81RvjARKc4UT5/tI9ujCIVX+P5KiHuI=
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d h1:+R4KGOnez64A81RvjARKc4UT5/tI9ujCIVX+P5KiHuI=
|
||||||
|
9
vendor/golang.org/x/crypto/sha3/xor_unaligned.go
generated
vendored
9
vendor/golang.org/x/crypto/sha3/xor_unaligned.go
generated
vendored
@ -16,15 +16,6 @@ func (b *storageBuf) asBytes() *[maxRate]byte {
|
|||||||
return (*[maxRate]byte)(unsafe.Pointer(b))
|
return (*[maxRate]byte)(unsafe.Pointer(b))
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:nocheckptr
|
|
||||||
//
|
|
||||||
// xorInUnaligned intentionally reads the input buffer as an unaligned slice of
|
|
||||||
// integers. The language spec is not clear on whether that is allowed.
|
|
||||||
// See:
|
|
||||||
// https://golang.org/issue/37644
|
|
||||||
// https://golang.org/issue/37298
|
|
||||||
// https://golang.org/issue/35381
|
|
||||||
|
|
||||||
// xorInUnaligned uses unaligned reads and writes to update d.a to contain d.a
|
// xorInUnaligned uses unaligned reads and writes to update d.a to contain d.a
|
||||||
// XOR buf.
|
// XOR buf.
|
||||||
func xorInUnaligned(d *state, buf []byte) {
|
func xorInUnaligned(d *state, buf []byte) {
|
||||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -1,4 +1,4 @@
|
|||||||
# golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
# golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||||||
## explicit
|
## explicit
|
||||||
golang.org/x/crypto/sha3
|
golang.org/x/crypto/sha3
|
||||||
# golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
# golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user