mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
12 lines
273 B
Go
Vendored
12 lines
273 B
Go
Vendored
// Code generated by command: go run gen.go -out ../md5block_amd64.s -stubs ../md5block_amd64.go -pkg=md5simd. DO NOT EDIT.
|
|
|
|
// +build !appengine
|
|
// +build !noasm
|
|
// +build gc
|
|
|
|
package md5simd
|
|
|
|
// Encode p to digest
|
|
//go:noescape
|
|
func blockScalar(dig *[4]uint32, p []byte)
|