Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DOSNetwork/core
/ feAdd
Function
feAdd
group/edwards25519/fe.go:31–35 ·
view source on GitHub ↗
(dst, a, b *fieldElement)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
feAdd(dst, a, b *fieldElement) {
32
for
i :=
range
dst {
33
dst[i] = a[i] + b[i]
34
}
35
}
36
37
func
feSub(dst, a, b *fieldElement) {
38
for
i :=
range
dst {
Callers
10
Double
Method · 0.85
ToCached
Method · 0.85
FromBytes
Method · 0.85
Add
Method · 0.85
Sub
Method · 0.85
MixedAdd
Method · 0.85
MixedSub
Method · 0.85
edwardsToMontgomeryX
Function · 0.85
pointToRep
Function · 0.85
repToCurve25519
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected