mirror of
https://github.com/xiaoqidun/ihash.git
synced 2025-03-18 05:08:52 +08:00
fix(更新模块): 更改模块名
This commit is contained in:
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))
|
||||
}
|
||||
|
||||
//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
|
||||
// XOR buf.
|
||||
func xorInUnaligned(d *state, buf []byte) {
|
||||
|
Reference in New Issue
Block a user