func internal/byteorder.BeAppendUint64
13 uses
	internal/byteorder (current package)
		byteorder.go#L138: func BeAppendUint64(b []byte, v uint64) []byte {
	crypto/md5
		md5.go#L68: 	b = byteorder.BeAppendUint64(b, d.len)
	crypto/sha1
		sha1.go#L61: 	b = byteorder.BeAppendUint64(b, d.len)
	crypto/sha256
		sha256.go#L83: 	b = byteorder.BeAppendUint64(b, d.len)
	crypto/sha512
		sha512.go#L156: 	b = byteorder.BeAppendUint64(b, d.h[0])
		sha512.go#L157: 	b = byteorder.BeAppendUint64(b, d.h[1])
		sha512.go#L158: 	b = byteorder.BeAppendUint64(b, d.h[2])
		sha512.go#L159: 	b = byteorder.BeAppendUint64(b, d.h[3])
		sha512.go#L160: 	b = byteorder.BeAppendUint64(b, d.h[4])
		sha512.go#L161: 	b = byteorder.BeAppendUint64(b, d.h[5])
		sha512.go#L162: 	b = byteorder.BeAppendUint64(b, d.h[6])
		sha512.go#L163: 	b = byteorder.BeAppendUint64(b, d.h[7])
		sha512.go#L166: 	b = byteorder.BeAppendUint64(b, d.len)
  | 
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |