Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SignCtx (0.69 sec)

  1. lib/fips140/v1.0.0.zip

    context length: " + strconv.Itoa(l)) } return signWithDom(signature, priv, message, domPrefixPh, context), nil } func SignCtx(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 signCtx(signature, priv, message, context) } func signCtx(signature []byte, priv *PrivateKey, message []byte, context string) ([]byte, error) { fipsSelfTest() // FIPS 186-5 specifies...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top