crypto/hmac.hmac.ipad (field)
9 uses
crypto/hmac (current package)
hmac.go#L46: opad, ipad []byte
hmac.go#L80: if err := h.inner.(marshalable).UnmarshalBinary(h.ipad); err != nil {
hmac.go#L87: h.inner.Write(h.ipad)
hmac.go#L117: h.ipad = imarshal
hmac.go#L146: hm.ipad = make([]byte, blocksize)
hmac.go#L153: copy(hm.ipad, key)
hmac.go#L155: for i := range hm.ipad {
hmac.go#L156: hm.ipad[i] ^= 0x36
hmac.go#L161: hm.inner.Write(hm.ipad)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |