MCPcopy Create free account
hub / github.com/egonelbre/exp / FieldElement8AsArray

Function FieldElement8AsArray

mldsa/simd_test.go:189–193  ·  view source on GitHub ↗
(x FieldElement8)

Source from the content-addressed store, hash-verified

187}
188
189func FieldElement8AsArray(x FieldElement8) [8]FieldElement {
190 var res [8]uint32
191 x.StoreSlice(res[:])
192 return *(*[8]FieldElement)(unsafe.Pointer(&res[0]))
193}

Callers 4

FuzzFieldReduceOnce8Function · 0.85
FuzzFieldAdd8Function · 0.85
FuzzFieldSub8Function · 0.85
FuzzFieldMontgomeryMul8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected