Hacker News new | past | comments | ask | show | jobs | submit login

If you care that much about having correct data you could just do a SHA-256 of the whole thing. Or an HMAC. It would probably be really fast. If you don’t care much you can just do murmur hash of the serialized data. You don’t really need to verify data structure properties if you know the serialized data is correct.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: