func internal/byteorder.LEPutUint32
5 uses
internal/byteorder (current package)
byteorder.go#L32: func LEPutUint32(b []byte, v uint32) {
crypto/md5
md5.go#L197: byteorder.LEPutUint32(digest[0:], d.s[0])
md5.go#L198: byteorder.LEPutUint32(digest[4:], d.s[1])
md5.go#L199: byteorder.LEPutUint32(digest[8:], d.s[2])
md5.go#L200: byteorder.LEPutUint32(digest[12:], d.s[3])
![]() |
The pages are generated with Golds v0.8.4. (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. |