- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SignPH (0.07 sec)
-
lib/fips140/v1.0.0.zip
[]byte { fipsSelfTest() fips140.RecordApproved() return signWithDom(signature, priv, message, domPrefixPure, "") } func SignPH(priv *PrivateKey, message []byte, context string) ([]byte, error) { // Outline the function body so that the returned signature can be // stack-allocated. signature := make([]byte, signatureSize) return signPH(signature, priv, message, context) } func signPH(signature []byte, priv *PrivateKey, message []byte, context string) ([]byte, error) { fipsSelfTest() fips140.RecordApproved()...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)