mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-21 04:55:01 +00:00
10 lines
181 B
Objective-C
10 lines
181 B
Objective-C
#ifndef Postbox_MurMurHash32_h
|
|
#define Postbox_MurMurHash32_h
|
|
|
|
#import <stdint.h>
|
|
|
|
int32_t murMurHash32(void *bytes, int length);
|
|
int32_t murMurHashString32(const char *s);
|
|
|
|
#endif
|