Searched defs:asmState (Results 1 – 1 of 1) sorted by relevance
46 type asmState struct { struct47 a [200]byte // 1600 bit state48 buf []byte // care must be taken to ensure cap(buf) is a multiple of rate49 rate int // equivalent to block size50 storage [3072]byte // underlying storage for buf51 outputLen int // output length for full security52 function code // KIMD/KLMD function code53 state spongeDirection // whether the sponge is absorbing or squeezing87 func (s *asmState) clone() *asmState {95 func (s *asmState) copyIntoBuf(b []byte) {[all …]