You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
273 B
12 lines
273 B
4 years ago
|
// 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)
|