File: block_amd64.go

package info (click to toggle)
golang-github-mmcloughlin-md4 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: asm: 404; sh: 19; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
// Code generated by command: go run asm.go -out block_amd64.s -stubs block_amd64.go -pkg md4. DO NOT EDIT.

//go:build amd64 && !purego

package md4

// block SHA-1 hashes the 64-byte message m into the running state h.
func block(h *[4]uint32, m []byte)