- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Indices (0.05 sec)
-
RELEASE.md
* Added `index_to_string_table` which returns a lookup table that maps indices to strings. * Add `string_to_index_table`, which returns a lookup table that matches strings to indices. * Add a `ParallelForWithWorkerId` function. * Add `string_to_index_table`, which returns a lookup table that matches strings to indices. * Support restore session from checkpoint files in v2 inRegistered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getIndexHealthTimeout(); /** * Get the value for the key 'index.indices.timeout'. <br> * The value is, e.g. 1m <br> * comment: Timeout for index indices operations. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexIndicesTimeout();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
lib/fips140/v1.1.0-rc1.zip
ringElement(f) } // nttMul multiplies two nttElements. func nttMul(a, b nttElement) (p nttElement) { for i := range p { p[i] = fieldMontgomeryMul(a[i], b[i]) } return p } // sampleNTT samples an nttElement uniformly at random from the seed rho and the // indices s and r. It implements Step 3 of ExpandA, RejNTTPoly, and // CoeffFromThreeBytes from FIPS 204, passing in ρ, s, and r instead of ρ'. func sampleNTT(rho []byte, s, r byte) nttElement { G := sha3.NewShake128() G.Write(rho) G.Write([]byte{s, r}) var...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)