Files

7 lines
205 B
Go
Raw Permalink Normal View History

2018-12-21 00:30:59 -08:00
// Code generated by command: go run asm.go -out sha1.s -stubs stub.go. DO NOT EDIT.
package sha1
2018-12-27 23:09:44 -08:00
// block SHA-1 hashes the 64-byte message m into the running state h.
2018-12-21 00:30:59 -08:00
func block(h *[5]uint32, m []byte)