mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
7 lines
106 B
Go
7 lines
106 B
Go
//+build !noasm,!appengine,gc
|
|
|
|
package sha256
|
|
|
|
//go:noescape
|
|
func blockSha(h *[8]uint32, message []uint8)
|