- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for lowBitsExceedBound (0.13 seconds)
-
lib/fips140/v1.26.0.zip
cs1[i]) // Reject if ||z||∞ ≥ γ1 − β if coefficientsExceedBo(z[i], γ1β) { if testingOnlyRejection != nil { testingOnlyRejection("z") } continue sign } } for i := range w { r0 := polySub(w[i], cs2[i]) // Reject if ||LowBits(r0)||∞ ≥ γ2 − β if lowBitsExceedBound(r0, γ2β, p) { 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],...
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)