examples/sha1: single block
This commit is contained in:
5
examples/sha1/stub.go
Normal file
5
examples/sha1/stub.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Code generated by command: go run asm.go -out sha1.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package sha1
|
||||
|
||||
func block(h *[5]uint32, m []byte)
|
||||
Reference in New Issue
Block a user