- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for bitPack18 (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
lib/fips140/v1.1.0-rc1.zip
applied to r with coefficients in [−γ₁+1, γ₁], as // guaranteed by the rejection conditions in Sign. func bitPack(b []byte, r ringElement, p parameters) []byte { switch p.γ1 { case 17: return bitPack18(b, r) case 19: return bitPack20(b, r) default: panic("mldsa: internal error: unsupported γ1") } } // bitPack18 implements BitPack(r mod± q, 2¹⁷-1, 2¹⁷), which packs the centered // coefficients of r into little-endian 18-bit chunks. It appends to buf. // // It must only be applied to r with coefficients...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)