Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDecompose (0.13 sec)

  1. lib/fips140/v1.1.0-rc1.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...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top