Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: net/quic/crypto/null_encrypter_test.cc

Issue 12340054: use the correct constant in the FNV1a_128_Hash function as defined in the specification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix AUTHORS and git author and codereview account to use the same email address Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/crypto/null_decrypter_test.cc ('k') | net/quic/quic_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/null_encrypter_test.cc
diff --git a/net/quic/crypto/null_encrypter_test.cc b/net/quic/crypto/null_encrypter_test.cc
index 328c7381eaa6d4354d3c407500c7cf711169e8f8..df9bcdce8915188c0ab2818f002ff4d801c9318a 100644
--- a/net/quic/crypto/null_encrypter_test.cc
+++ b/net/quic/crypto/null_encrypter_test.cc
@@ -13,10 +13,10 @@ namespace test {
TEST(NullEncrypterTest, Encrypt) {
unsigned char expected[] = {
// fnv hash
- 0x47, 0x11, 0xea, 0x5f,
- 0xcf, 0x1d, 0x66, 0x5b,
- 0xba, 0xf0, 0xbc, 0xfd,
- 0x88, 0x79, 0xca, 0x37,
+ 0xa0, 0x6f, 0x44, 0x8a,
+ 0x44, 0xf8, 0x18, 0x3b,
+ 0x47, 0x91, 0xb2, 0x13,
+ 0x6b, 0x09, 0xbb, 0xae,
// payload
'g', 'o', 'o', 'd',
'b', 'y', 'e', '!',
« no previous file with comments | « net/quic/crypto/null_decrypter_test.cc ('k') | net/quic/quic_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698