adler32_test.go 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. // Copyright 2009 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package adler32
  5. import (
  6. "encoding"
  7. "io"
  8. "strings"
  9. "testing"
  10. )
  11. var golden = []struct {
  12. out uint32
  13. in string
  14. halfState string // marshaled hash state after first half of in written, used by TestGoldenMarshal
  15. }{
  16. {0x00000001, "", "adl\x01\x00\x00\x00\x01"},
  17. {0x00620062, "a", "adl\x01\x00\x00\x00\x01"},
  18. {0x012600c4, "ab", "adl\x01\x00b\x00b"},
  19. {0x024d0127, "abc", "adl\x01\x00b\x00b"},
  20. {0x03d8018b, "abcd", "adl\x01\x01&\x00\xc4"},
  21. {0x05c801f0, "abcde", "adl\x01\x01&\x00\xc4"},
  22. {0x081e0256, "abcdef", "adl\x01\x02M\x01'"},
  23. {0x0adb02bd, "abcdefg", "adl\x01\x02M\x01'"},
  24. {0x0e000325, "abcdefgh", "adl\x01\x03\xd8\x01\x8b"},
  25. {0x118e038e, "abcdefghi", "adl\x01\x03\xd8\x01\x8b"},
  26. {0x158603f8, "abcdefghij", "adl\x01\x05\xc8\x01\xf0"},
  27. {0x3f090f02, "Discard medicine more than two years old.", "adl\x01NU\a\x87"},
  28. {0x46d81477, "He who has a shady past knows that nice guys finish last.", "adl\x01\x89\x8e\t\xe9"},
  29. {0x40ee0ee1, "I wouldn't marry him with a ten foot pole.", "adl\x01R\t\ag"},
  30. {0x16661315, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave", "adl\x01\u007f\xbb\t\x10"},
  31. {0x5b2e1480, "The days of the digital watch are numbered. -Tom Stoppard", "adl\x01\x99:\n~"},
  32. {0x8c3c09ea, "Nepal premier won't resign.", "adl\x01\"\x05\x05\x05"},
  33. {0x45ac18fd, "For every action there is an equal and opposite government program.", "adl\x01\xcc\xfa\f\x00"},
  34. {0x53c61462, "His money is twice tainted: 'taint yours and 'taint mine.", "adl\x01\x93\xa9\n\b"},
  35. {0x7e511e63, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977", "adl\x01e\xf5\x10\x14"},
  36. {0xe4801a6a, "It's a tiny change to the code and not completely disgusting. - Bob Manchek", "adl\x01\xee\x00\f\xb2"},
  37. {0x61b507df, "size: a.out: bad magic", "adl\x01\x1a\xfc\x04\x1d"},
  38. {0xb8631171, "The major problem is with sendmail. -Mark Horton", "adl\x01mi\b\xdc"},
  39. {0x8b5e1904, "Give me a rock, paper and scissors and I will move the world. CCFestoon", "adl\x01\xe3\n\f\x9f"},
  40. {0x7cc6102b, "If the enemy is within range, then so are you.", "adl\x01_\xe0\b\x1e"},
  41. {0x700318e7, "It's well we cannot hear the screams/That we create in others' dreams.", "adl\x01ۘ\f\x87"},
  42. {0x1e601747, "You remind me of a TV show, but that's all right: I watch it anyway.", "adl\x01\xcc}\v\x83"},
  43. {0xb55b0b09, "C is as portable as Stonehedge!!", "adl\x01,^\x05\xad"},
  44. {0x39111dd0, "Even if I could be Shakespeare, I think I should still choose to be Faraday. - A. Huxley", "adl\x01M\xd1\x0e\xc8"},
  45. {0x91dd304f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule", "adl\x01#\xd8\x17\xd7"},
  46. {0x2e5d1316, "How can you write a big system without C++? -Paul Glick", "adl\x01\x8fU\n\x0f"},
  47. {0xd0201df6, "'Invariant assertions' is the most elegant programming technique! -Tom Szymanski", "adl\x01/\x98\x0e\xc4"},
  48. {0x211297c8, strings.Repeat("\xff", 5548) + "8", "adl\x01\x9a\xa6\xcb\xc1"},
  49. {0xbaa198c8, strings.Repeat("\xff", 5549) + "9", "adl\x01gu\xcc\xc0"},
  50. {0x553499be, strings.Repeat("\xff", 5550) + "0", "adl\x01gu\xcc\xc0"},
  51. {0xf0c19abe, strings.Repeat("\xff", 5551) + "1", "adl\x015CͿ"},
  52. {0x8d5c9bbe, strings.Repeat("\xff", 5552) + "2", "adl\x015CͿ"},
  53. {0x2af69cbe, strings.Repeat("\xff", 5553) + "3", "adl\x01\x04\x10ξ"},
  54. {0xc9809dbe, strings.Repeat("\xff", 5554) + "4", "adl\x01\x04\x10ξ"},
  55. {0x69189ebe, strings.Repeat("\xff", 5555) + "5", "adl\x01\xd3\xcdϽ"},
  56. {0x86af0001, strings.Repeat("\x00", 1e5), "adl\x01\xc3P\x00\x01"},
  57. {0x79660b4d, strings.Repeat("a", 1e5), "adl\x01\x81k\x05\xa7"},
  58. {0x110588ee, strings.Repeat("ABCDEFGHIJKLMNOPQRSTUVWXYZ", 1e4), "adl\x01e\xd2\xc4p"},
  59. }
  60. // checksum is a slow but simple implementation of the Adler-32 checksum.
  61. // It is a straight port of the sample code in RFC 1950 section 9.
  62. func checksum(p []byte) uint32 {
  63. s1, s2 := uint32(1), uint32(0)
  64. for _, x := range p {
  65. s1 = (s1 + uint32(x)) % mod
  66. s2 = (s2 + s1) % mod
  67. }
  68. return s2<<16 | s1
  69. }
  70. func TestGolden(t *testing.T) {
  71. for _, g := range golden {
  72. in := g.in
  73. if len(in) > 220 {
  74. in = in[:100] + "..." + in[len(in)-100:]
  75. }
  76. p := []byte(g.in)
  77. if got := checksum(p); got != g.out {
  78. t.Errorf("simple implementation: checksum(%q) = 0x%x want 0x%x", in, got, g.out)
  79. continue
  80. }
  81. if got := Checksum(p); got != g.out {
  82. t.Errorf("optimized implementation: Checksum(%q) = 0x%x want 0x%x", in, got, g.out)
  83. continue
  84. }
  85. }
  86. }
  87. func TestGoldenMarshal(t *testing.T) {
  88. for _, g := range golden {
  89. h := New()
  90. h2 := New()
  91. io.WriteString(h, g.in[:len(g.in)/2])
  92. state, err := h.(encoding.BinaryMarshaler).MarshalBinary()
  93. if err != nil {
  94. t.Errorf("could not marshal: %v", err)
  95. continue
  96. }
  97. if string(state) != g.halfState {
  98. t.Errorf("checksum(%q) state = %q, want %q", g.in, state, g.halfState)
  99. continue
  100. }
  101. if err := h2.(encoding.BinaryUnmarshaler).UnmarshalBinary(state); err != nil {
  102. t.Errorf("could not unmarshal: %v", err)
  103. continue
  104. }
  105. io.WriteString(h, g.in[len(g.in)/2:])
  106. io.WriteString(h2, g.in[len(g.in)/2:])
  107. if h.Sum32() != h2.Sum32() {
  108. t.Errorf("checksum(%q) = 0x%x != marshaled (0x%x)", g.in, h.Sum32(), h2.Sum32())
  109. }
  110. }
  111. }
  112. func BenchmarkAdler32KB(b *testing.B) {
  113. b.SetBytes(1024)
  114. data := make([]byte, 1024)
  115. for i := range data {
  116. data[i] = byte(i)
  117. }
  118. h := New()
  119. in := make([]byte, 0, h.Size())
  120. b.ResetTimer()
  121. for i := 0; i < b.N; i++ {
  122. h.Reset()
  123. h.Write(data)
  124. h.Sum(in)
  125. }
  126. }