Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. lib/fips140/v1.1.0-rc1.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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top