- Sort Score
- Num 10 results
- Language All
Results 1891 - 1891 of 1,891 for constructed (0.1 seconds)
-
lib/fips140/v1.1.0-rc1.zip
rr, _ := fieldToMontgomery(x) r1, r0 := SpecDecompose(rr, p) // Check that SpecDecompose is correct. // r ≡ r1 * (2 * γ2) + r0 mod q γ2 := (q - 1) / uint32(p.γ2) reconstructed := reduceModQ(int32(r1*2*γ2) + r0) if reconstructed != x { t.Fatalf("SpecDecompose(%d) = (%d, %d), which reconstructs to %d, expected %d", x, r1, r0, reconstructed, x) } var gotR1 byte var gotR0 int32 switch p.γ2 { case 88: gotR1, gotR0 = decompose88(rr) if gotR1 > 43 { t.Fatalf("decompose88(%d) returned r1 = %d, which is out...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)