//go:noescape func update(state *macState, msg []byte) type mac … func (h *mac) Write(p []byte) (int, error) { … } func (h *mac) Sum(out *[16]byte) { … }
//go:noescape func update(state *macState, msg []byte) type mac … func (h *mac) Write(p []byte) (int, error) { … } func (h *mac) Sum(out *[16]byte) { … }