From 18aa4e1fcb8882133e96445c40d1521f16932f1c Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 30 Jan 2025 16:48:47 +0000 Subject: [PATCH] Auto-generate files after cl/721397080 --- php/ext/google/protobuf/php-upb.c | 2 +- ruby/ext/google/protobuf_c/ruby-upb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/ext/google/protobuf/php-upb.c b/php/ext/google/protobuf/php-upb.c index b0e562f93b..c7e46be0e0 100644 --- a/php/ext/google/protobuf/php-upb.c +++ b/php/ext/google/protobuf/php-upb.c @@ -11974,7 +11974,7 @@ uint32_t _upb_Hash(const void* p, size_t n, uint64_t seed) { // Returns a seed for upb's hash function. For now this is just a hard-coded // constant, but we are going to randomize it soon. -static uint64_t _upb_Seed(void) { return 0xdff497e08889bf61; } +static uint64_t _upb_Seed(void) { return 0x69835f69597ec1cc; } static uint32_t _upb_Hash_NoSeed(const char* p, size_t n) { return _upb_Hash(p, n, _upb_Seed()); diff --git a/ruby/ext/google/protobuf_c/ruby-upb.c b/ruby/ext/google/protobuf_c/ruby-upb.c index f08a10b5ce..8c3c79487c 100644 --- a/ruby/ext/google/protobuf_c/ruby-upb.c +++ b/ruby/ext/google/protobuf_c/ruby-upb.c @@ -11450,7 +11450,7 @@ uint32_t _upb_Hash(const void* p, size_t n, uint64_t seed) { // Returns a seed for upb's hash function. For now this is just a hard-coded // constant, but we are going to randomize it soon. -static uint64_t _upb_Seed(void) { return 0xdff497e08889bf61; } +static uint64_t _upb_Seed(void) { return 0x69835f69597ec1cc; } static uint32_t _upb_Hash_NoSeed(const char* p, size_t n) { return _upb_Hash(p, n, _upb_Seed());