Swiftgram/Postbox/Crc32.h
Peter Iakovlev 59e1f10908 no message
2018-02-06 22:31:32 +04:00

9 lines
139 B
Objective-C

#ifndef Postbox_Crc32_h
#define Postbox_Crc32_h
#import <Foundation/Foundation.h>
uint32_t Crc32(const void *bytes, int length);
#endif