- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ctMask (0.05 sec)
-
lib/fips140/v1.0.0.zip
0xf3b9cac2fc632551, 0) t1, b := bits.Sub64(s[1], 0xbce6faada7179e84, b) t2, b := bits.Sub64(s[2], 0xffffffffffffffff, b) t3, b := bits.Sub64(s[3], 0xffffffff00000000, b) tMask := b - 1 // zero if subtraction underflowed s[0] ^= (t0 ^ s[0]) & tMask s[1] ^= (t1 ^ s[1]) & tMask s[2] ^= (t2 ^ s[2]) & tMask s[3] ^= (t3 ^ s[3]) & tMask return s, nil } func (s *p256OrdElement) Bytes() []byte { var out [32]byte byteorder.BEPutUint64(out[24:], s[0]) byteorder.BEPutUint64(out[16:], s[1]) byteorder.BEPutUint64(out[8:],...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
docs/en/docs/release-notes.md
The sequence of execution before FastAPI 0.106.0 was like this diagram:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
RELEASE.md
`tf.distribute.InputOptions` for specific options when used with distribution. * `tf.keras.experimental.SidecarEvaluator` is now available for a program intended to be run on an evaluator task, which is commonly used to supplement a training cluster running with `tf.distribute.experimental.ParameterServerStrategy` (see `https://www.tensorflow.org/tutorials/distribute/parameter_server_training).
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)