Add comprehensive reference test vectors from official xxHash test suite
- Extract 52 test vectors from vendor/git/xxHash/tests/sanity_test_vectors.h
- Cover all lengths 0-31, key boundaries (32, 33, 48, 63, 64, 65, 96, 100, 127, 128)
- Include large inputs (256, 512, 1024, 4096 bytes)
- Test both seed=0 and seed=PRIME32 (0x9E3779B1)
- Add streaming and byte-wise streaming validation
- 24 tests, 100% pass rate against C reference
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>