mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 14:30:26 +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)
|