- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for decomposition (0.07 sec)
-
RELEASE.md
* Making the `tf.function` type system fully available: * `tf.types.experimental.TraceType` now allows custom tf.function inputs to declare Tensor decomposition and type casting support.Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
lib/fips140/v1.1.0-rc1.zip
internal error: unsupported denγ2") } γ2 := (q - 1) / uint32(p.γ2) r0 := CenteredMod(r, 2*γ2) diff := int32(r) - r0 if diff == q-1 { r0 = r0 - 1 return 0, r0 } 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...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)