MCPcopy Create free account
hub / github.com/DOSNetwork/core / load3

Function load3

group/edwards25519/fe.go:64–69  ·  view source on GitHub ↗
(in []byte)

Source from the content-addressed store, hash-verified

62}
63
64func load3(in []byte) int64 {
65 r := int64(in[0])
66 r |= int64(in[1]) << 8
67 r |= int64(in[2]) << 16
68 return r
69}
70
71func load4(in []byte) int64 {
72 r := int64(in[0])

Callers 9

scAddFactFunction · 0.85
scMulFactFunction · 0.85
scSubFactFunction · 0.85
scMulAddFunction · 0.85
scAddFunction · 0.85
scSubFunction · 0.85
scMulFunction · 0.85
scReduceFunction · 0.85
feFromBytesFunction · 0.85

Calls

no outgoing calls

Tested by 3

scAddFactFunction · 0.68
scMulFactFunction · 0.68
scSubFactFunction · 0.68