This commit is contained in:
11
vendor/github.com/pjbgf/sha1cd/sha1cdblock_asm.go
generated
vendored
Normal file
11
vendor/github.com/pjbgf/sha1cd/sha1cdblock_asm.go
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//go:build (!amd64 || !arm64) && !noasm
|
||||
// +build !amd64 !arm64
|
||||
// +build !noasm
|
||||
|
||||
package sha1cd
|
||||
|
||||
type sliceHeader struct {
|
||||
base uintptr
|
||||
len int
|
||||
cap int
|
||||
}
|
Reference in New Issue
Block a user