MCPcopy 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
117func FieldAdd8(a, b FieldElement8) FieldElement8 {
118 return FieldReduceOnce8(a.Add(b))
119}
120
121func FieldSub8(a, b FieldElement8) FieldElement8 {
122 q8 := simd.BroadcastUint32x8(q)

Callers 4

NTT8Function · 0.85
InverseNTT8Function · 0.85
BenchmarkFieldAddFunction · 0.85
FuzzFieldAdd8Function · 0.85

Calls 2

FieldReduceOnce8Function · 0.85
AddMethod · 0.65

Tested by 2

BenchmarkFieldAddFunction · 0.68
FuzzFieldAdd8Function · 0.68