- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for pairs (0.04 sec)
-
lib/fips140/v1.0.0.zip
0x09, 0xa5, 0xd0, 0x3b, 0xb5, 0xc9, 0xb8, 0x89, 0x9c, 0x47, 0xae, 0xbb, 0x6f, 0xb7, 0x1e, 0x91, 0x38, 0x64, 0x09, } // GenerateKey generates a new ECDSA private key pair for the specified curve. func GenerateKey[P Point[P]](c *Curve[P], rand io.Reader) (*PrivateKey, error) { fips140.RecordApproved() // This procedure is equivalent to Key Pair Generation by Testing // Candidates, specified in NIST SP 800-56A Rev. 3, Section 5.6.1.2.2. for { key := make([]byte, len(c.N)) if err := drbg.ReadWithReader(rand,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
(`tf.float32`). * NNAPI * Adds NNAPI Delegation support for requantization use cases by converting the operation into a dequantize-quantize pair. * Removes deprecated `Interpreter.setUseNNAPI(boolean)` Java API. Use `Interpreter.Options.setUseNNAPI` instead. * Deprecates `Interpreter::UseNNAPI(bool)` C++ API. Use `NnApiDelegate()`
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)