- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for zetas (0.09 sec)
-
lib/fips140/v1.1.0-rc1.zip
fieldAdd(f[start+3], t) } for start := 0; start < 256; start += 4 { m++ zeta := zetas[m] t := fieldMontgomeryMul(zeta, f[start+2]) f[start+2] = fieldSub(f[start], t) f[start] = fieldAdd(f[start], t) t = fieldMontgomeryMul(zeta, f[start+3]) f[start+3] = fieldSub(f[start+1], t) f[start+1] = fieldAdd(f[start+1], t) } for start := 0; start < 256; start += 2 { m++ zeta := zetas[m] t := fieldMontgomeryMul(zeta, f[start+1]) f[start+1] = fieldSub(f[start], t) f[start] = fieldAdd(f[start], t) } return nttElement(f)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
RELEASE.md
`tf.math.squared_difference`, `tf.math.tan`, `tf.math.unsorted_segment_max`, `tf.math.unsorted_segment_min`, `tf.math.unsorted_segment_prod`, `tf.math.unsorted_segment_sum`, `tf.math.zeta`. * New endpoints in `tf.quantization` namespace: `tf.quantization.dequantize`, `tf.quantization.fake_quant_with_min_max_args`, `tf.quantization.fake_quant_with_min_max_args_gradient`,Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3)