- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for complements (0.08 sec)
-
lib/fips140/v1.0.0.zip
s, // compressing eight coefficients per five bytes. // // It implements Compress₅, according to FIPS 203, Definition 4.7, // followed by ByteEncode₅, according to FIPS 203, Algorithm 5. func ringCompressAndEncod(s []byte, f ringElement) []byte { return ringCompressAndEncod(s, f, 5) } // ringDecodeAndDecompr decodes a 160-byte encoding of a ring element where // each five bits are mapped to an equidistant distribution. // // It implements ByteDecode₅, according to FIPS 203, Algorithm 6, // followed...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
to learn more. * Adds optional `exclude_cols` parameter to CsvDataset. This parameter is the complement of `select_cols`; at most one of these should be specified. * We have implemented an optimization which reorders data-discarding transformations such as `take` and `shard` to happen earlier in the dataset
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String getPasswordInvalidAdminPasswords(); /** * The simple implementation for configuration. * @author FreeGen */ public static class SimpleImpl extends FessEnv.SimpleImpl implements FessConfig { /** The serial version UID for object serialization. (Default) */ private static final long serialVersionUID = 1L; public String getDomainTitle() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)