- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for invertible (0.1 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
final InvertibleCryptographer[] invertibles = new InvertibleCryptographer[threadCount]; final OneWayCryptographer[] oneWays = new OneWayCryptographer[threadCount]; for (int i = 0; i < threadCount; i++) { final int index = i; threads[i] = new Thread(() -> { invertibles[index] = securityResourceProvider.providePrimaryInvertibleCryptographer();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.2K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
bits.UintSize; i++ { out.montgomeryMul(out, out, m) if k := (e >> (bits.UintSize - i - 1)) & 1; k != 0 { out.montgomeryMul(out, xR, m) } } return out.montgomeryReduction(m) } // InverseVarTime calculates x = a⁻¹ mod m and returns (x, true) if a is // invertible. Otherwise, InverseVarTime returns (x, false) and x is not // modified. // // a must be reduced modulo m, but doesn't need to have the same size. The // output will be resized to the size of m and overwritten. // //go:norace func (x *Nat) InverseVarTime(a...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) -
docs/fr/docs/tutorial/handling-errors.md
```JSON { "detail": "Item not found" } ``` /// tip | Astuce Lorsque vous levez une `HTTPException`, vous pouvez passer n'importe quelle valeur convertible en JSON comme paramètre `detail`, pas uniquement un `str`. Vous pouvez passer un `dict`, une `list`, etc. Elles sont gérées automatiquement par **FastAPI** et converties en JSON. ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10K bytes - Click Count (0) -
RELEASE.md
AVX support. * Deprecate `tf.compat.v1.lite.experimental.get_potentially_supported_ops`. Use `tf.lite.TFLiteConverter` directly to check whether a model is convertible. * Add support to select one of three different built-in op resolvers * Enabled post training with calibrations for models that require user provided TensorFlow Lite custom op libraries viaCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)