- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for bitPack18 (0.49 seconds)
-
lib/fips140/v1.26.0.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 Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)