- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestDecompose (0.08 seconds)
-
lib/fips140/v1.26.0.zip
else { if diff < 0 || uint32(diff)%γ2 != 0 { panic("mldsa: internal error: invalid decomposition") } r1 := uint32(diff) / (2 * γ2) return r1, r0 } } func TestDecompose(t *testing.T) { t.Run("ML-DSA-44", func(t *testing.T) { testDecompose(t, params44) }) t.Run("ML-DSA-65,87", func(t *testing.T) { testDecompose(t, params65) }) } func testDecompose(t *testing.T, p parameters) { t.Parallel() for x := range uint32(q) { rr, _ := fieldToMontgomery(x) r1, r0 := SpecDecompose(rr, p) // Check that SpecDecompose...Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)