Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    "crypto/internal/fips140deps/byteorder" ) // We don't set the service indicator in this package but we delegate that to // the underlying functions because the TLS 1.3 KDF does not have a standard of // its own. // ExpandLabel implements HKDF-Expand-Label from RFC 8446, Section 7.1. func ExpandLabel[H fips140.Hash](hash func() H, secret []byte, label string, context []byte, length int) []byte { if len("tls13 ")+len(label) > 255 || len(context) > 255 { // It should be impossible for this to panic: labels...
    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

    "crypto/internal/fips140deps/byteorder" "hash" ) // We don't set the service indicator in this package but we delegate that to // the underlying functions because the TLS 1.3 KDF does not have a standard of // its own. // ExpandLabel implements HKDF-Expand-Label from RFC 8446, Section 7.1. func ExpandLabel[H hash.Hash](hash func() H, secret []byte, label string, context []byte, length int) []byte { if len("tls13 ")+len(label) > 255 || len(context) > 255 { // It should be impossible for this to panic: labels are...
    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