Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PGPModificationDetectionCodePacket.h 362 B
//
//  PGPModificationDetectionCodePacket.h
//  ObjectivePGP
//
//  Created by Marcin Krzyzanowski on 12/05/14.
//  Copyright (c) 2014 Marcin Krzyżanowski. All rights reserved.
//

#import "PGPPacket.h"

@interface PGPModificationDetectionCodePacket : PGPPacket
@property (strong, readonly) NSData *hashData;

- (instancetype)initWithData:(NSData *)data;

@end