Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ FieldAdd8
Function
FieldAdd8
mldsa/simd.go:117–119 ·
view source on GitHub ↗
(a, b FieldElement8)
Source
from the content-addressed store, hash-verified
115
}
116
117
func
FieldAdd8(a, b FieldElement8) FieldElement8 {
118
return
FieldReduceOnce8(a.Add(b))
119
}
120
121
func
FieldSub8(a, b FieldElement8) FieldElement8 {
122
q8 := simd.BroadcastUint32x8(q)
Callers
4
NTT8
Function · 0.85
InverseNTT8
Function · 0.85
BenchmarkFieldAdd
Function · 0.85
FuzzFieldAdd8
Function · 0.85
Calls
2
FieldReduceOnce8
Function · 0.85
Add
Method · 0.65
Tested by
2
BenchmarkFieldAdd
Function · 0.68
FuzzFieldAdd8
Function · 0.68