- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for cIdx (0.04 sec)
-
lib/fips140/v1.0.0.zip
followed by ByteEncode, according to FIPS 203, Algorithm 5. func ringCompressAndEncod(s []byte, f ringElement, d uint8) []byte { var b byte var bIdx uint8 for i := 0; i < n; i++ { c := compress(f[i], d) var cIdx uint8 for cIdx < d { b |= byte(c>>cIdx) << bIdx bits := min(8-bIdx, d-cIdx) bIdx += bits cIdx += bits if bIdx == 8 { s = append(s, b) b = 0 bIdx = 0 } } } if bIdx != 0 { panic("mlkem: internal error: bitsFilled != 0") } return s } // ringDecodeAndDecompr decodes an encoding of a ring element where...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"audio/x-mod", "audio/x-mpegurl", "audio/x-ms-wax", "audio/x-ms-wma", "audio/x-pn-realaudio", "audio/x-pn-realaudio-plugin", "audio/x-wav", "chemical/x-cdx", "chemical/x-cif", "chemical/x-cmdf", "chemical/x-cml", "chemical/x-csml", "chemical/x-pdb", "chemical/x-xyz", "image/x-ms-bmp", "image/cgm",
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Aug 01 21:40:30 UTC 2020 - 49K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
mask="0xFFFFFFFF00000000FFFFFFFF"/> </magic> <glob pattern="*.wav"/> </mime-type> <mime-type type="chemical/x-cdx"> <magic priority="50"> <match value="VjCD0100" type="string" offset="0"/> </magic> <glob pattern="*.cdx"/> </mime-type> <mime-type type="chemical/x-cif"> <glob pattern="*.cif"/> </mime-type> <mime-type type="chemical/x-cmdf">
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)