func crypto/internal/fips140deps/byteorder.LEUint64
11 uses
crypto/internal/fips140deps/byteorder (current package)
byteorder.go#L23: func LEUint64(b []byte) uint64 {
crypto/internal/fips140/ecdh
ecdh.go#L303: limbA, limbB := byteorder.LEUint64(bufA[i:]), byteorder.LEUint64(bufB[i:])
crypto/internal/fips140/edwards25519
scalar.go#L274: digits[i] = byteorder.LEUint64(b[i*8:])
crypto/internal/fips140/edwards25519/field
fe.go#L205: v.l0 = byteorder.LEUint64(x[0:8])
fe.go#L208: v.l1 = byteorder.LEUint64(x[6:14]) >> 3
fe.go#L211: v.l2 = byteorder.LEUint64(x[12:20]) >> 6
fe.go#L214: v.l3 = byteorder.LEUint64(x[19:27]) >> 1
fe.go#L218: v.l4 = byteorder.LEUint64(x[24:32]) >> 12
crypto/internal/fips140/nistec
p256_asm.go#L336: newTable[i] = byteorder.LEUint64(x[:])
crypto/internal/fips140/sha3
keccakf.go#L48: a[i] = byteorder.LEUint64(da[i*8:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)