- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for releases (0.07 seconds)
-
RELEASE.md
Modak, Yasuhiro Matsumoto, Yi Li, Yong Tang, zhaozheng09, Zhoulong Jiang, zzpmiracle # Release 2.6.2 Fixes an issue where `keras`, `tensorflow_estimator` and `tensorboard` were missing proper upper bounds and resulted in broken installs after TF 2.7 release # Release 2.6.1 This release introduces several vulnerability fixes: * Fixes a code injection issue in `saved_model_cli`
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3) -
lib/fips140/v1.0.0-c2097c7c.zip
productTable[reverseBits(i+1)] = ghashAdd(&productTable[reverseBits(i)], &x) } var y gcmFieldElement for _, input := range inputs { ghashUpdate(&productTable, &y, input) } byteorder.BEPutUint64(out[:], y.low) byteorder.BEPutUint64(out[8:], y.high) } // reverseBits reverses the order of the bits of 4-bit number in i. func reverseBits(i int) int { i = ((i << 2) & 0xc) | ((i >> 2) & 0x3) i = ((i << 1) & 0xa) | ((i >> 1) & 0x5) return i } // ghashAdd adds two elements of GF(2¹²⁸) and returns the sum. func ghashAdd(x, y...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
productTable[reverseBits(i+1)] = ghashAdd(&productTable[reverseBits(i)], &x) } var y gcmFieldElement for _, input := range inputs { ghashUpdate(&productTable, &y, input) } byteorder.BEPutUint64(out[:], y.low) byteorder.BEPutUint64(out[8:], y.high) } // reverseBits reverses the order of the bits of 4-bit number in i. func reverseBits(i int) int { i = ((i << 2) & 0xc) | ((i >> 2) & 0x3) i = ((i << 1) & 0xa) | ((i >> 1) & 0x5) return i } // ghashAdd adds two elements of GF(2¹²⁸) and returns the sum. func ghashAdd(x, y...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)