aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/util/hashing.h
Commit message (Collapse)AuthorAge
* Define a general hashing utility in C++ (#1195)Gravatar Gil2018-05-01
This is good enough to make it possible for the new C++ code to interoperate with existing Objective-C code where `-hash` is required if you override `-isEqual:`.