Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for signWithDom (0.07 sec)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    fips140.RecordNonApproved() // Note that per RFC 8032, Section 5.1, the context SHOULD NOT be empty. if l := len(context); l > 255 { return nil, errors.New("ed25519: bad Ed25519ctx context length: " + strconv.Itoa(l)) } return signWithDom(signature, priv, message, domPrefixCtx, context), nil } func signWithDom(signature []byte, priv *PrivateKey, message []byte, domPrefix, context string) []byte { mh := sha512.New() if domPrefix != domPrefixPure { mh.Write([]byte(domPrefix)) mh.Write([]byte{byte(len(context))}) mh....
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    fips140.RecordNonApproved() // Note that per RFC 8032, Section 5.1, the context SHOULD NOT be empty. if l := len(context); l > 255 { return nil, errors.New("ed25519: bad Ed25519ctx context length: " + strconv.Itoa(l)) } return signWithDom(signature, priv, message, domPrefixCtx, context), nil } func signWithDom(signature []byte, priv *PrivateKey, message []byte, domPrefix, context string) []byte { mh := sha512.New() if domPrefix != domPrefixPure { mh.Write([]byte(domPrefix)) mh.Write([]byte{byte(len(context))}) mh....
    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