Use const uint8_t[] instead of vectors for QUIC initial obfuscation salts

This fixes a compilation error in chromium (and a style guide violation).

gfe-relnote: refactor CryptoUtils::CreateInitialObfuscators, no behavior change (also gated behind quic_enable_version_50 or quic_supports_tls_handshake)
PiperOrigin-RevId: 273848506
Change-Id: I06c247c5abeeef20d7fe88dee490c7b7a68bf81f
1 file changed
tree: 6db65d8bbf8a36df48f1d2e1e41fd18ffa8be631
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.