session-ios/Signal/src/util/Crc32.h

8 lines
85 B
Objective-C

#import <Foundation/Foundation.h>
@interface NSData (CRC)
-(uint32_t) crc32;
@end