You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strong_hash: allow requesting that Hash use the StrongHash through a type wrapper
Summary:
The goal of this is to allow you to take something that implements
`StrongHash`, pass it to something that expects `Hash` and yet have it use the
`StrongHash` implementation (but not the `StrongHasher::finish`: since your
callee wants to `Hash` it'll have to accept it only gets 64 bits worth of
hash).
Reviewed By: cjhopman, scottcao
Differential Revision: D73095295
fbshipit-source-id: 238f0c9b8d6b26bec9a0bc4ef8df86e8163406e2
0 commit comments