- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SignPH (0.19 seconds)
-
lib/fips140/v1.26.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()...Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.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()...Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)