Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
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
71
func
load4(in []byte) int64 {
72
r := int64(in[0])
Callers
9
scAddFact
Function · 0.85
scMulFact
Function · 0.85
scSubFact
Function · 0.85
scMulAdd
Function · 0.85
scAdd
Function · 0.85
scSub
Function · 0.85
scMul
Function · 0.85
scReduce
Function · 0.85
feFromBytes
Function · 0.85
Calls
no outgoing calls
Tested by
3
scAddFact
Function · 0.68
scMulFact
Function · 0.68
scSubFact
Function · 0.68