- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for lowBitsExceedBound (0.15 sec)
-
lib/fips140/v1.1.0-rc1.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],...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)