Skip to content

Commit

Permalink
hash: added a missing hash type
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Apr 6, 2023
1 parent 5484dfd commit f6d3007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cfl/cfl_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <stdint.h>
#include "xxh3.h"

#define cfl_hash_64bits_t XXH64_hash_t
#define cfl_hash_state_t XXH3_state_t
#define cfl_hash_64bits_reset XXH3_64bits_reset
#define cfl_hash_64bits_update XXH3_64bits_update
Expand Down

0 comments on commit f6d3007

Please sign in to comment.