- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ct0 (0.03 sec)
-
lib/fips140/v1.1.0-rc1.zip
if testingOnlyRejection != nil { testingOnlyRejection("r0") } continue sign } } ct0 := make([]ringElement, k, maxK) for i := range ct0 { ct0[i] = inverseNTT(nttMul(c, t0[i])) // Reject if ||ct0||∞ ≥ γ2 if coefficientsExceedBo(ct0[i], γ2) { if testingOnlyRejection != nil { testingOnlyRejection("ct0") } continue sign } } count1s := 0 h := make([][n]byte, k, maxK) for i := range w { var count int h[i], count = makeHint(ct0[i], w[i], cs2[i], p) count1s += count } // Reject if number of hints > ω if count1s...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)