session-ios/SessionProtocolKit/Signal/NSData+messagePadding.h

12 lines
174 B
C
Raw Normal View History

2020-11-08 23:17:47 +01:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
@interface NSData (messagePadding)
- (NSData *)removePadding;
- (NSData *)paddedMessageBody;
@end