Dmitry Shulyak 22a2ee2d02
Fix go mod (#36)
Remove 1.10 ci from travis
2019-05-15 13:19:39 +03:00

7 lines
92 B
Go

//+build !noasm
package sha256
//go:noescape
func blockSha(h *[8]uint32, message []uint8)