- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for canUseKDSA (2.27 sec)
-
lib/fips140/v1.0.0.zip
ons-cpacf impl.Register("ecdsa", "CPACF", &supportsKDSA) } // canUseKDSA checks if KDSA instruction is available, and if it is, it checks // the name of the curve to see if it matches the curves supported(P-256, P-384, P-521). // Then, based on the curve name, a function code and a block size will be assigned. // If KDSA instruction is not available or if the curve is not supported, canUseKDSA // will set ok to false. func canUseKDSA(c curveID) (functionCode uint64, blockSize int, ok bool) { if !supportsKDSA...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)