avoid an indirect call

master
magical 2024-10-05 19:22:41 -07:00
parent 517ccd27fd
commit 0de798ef8f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const Size = 256 / 8
const BlockSize = 1600/8 - Size*2 const BlockSize = 1600/8 - Size*2
var round = roundGo func round(a *[25]uint64) { roundGo(a) }
// digest implements hash.Hash // digest implements hash.Hash
type digest struct { type digest struct {