//
// NSData+MD5.h
// Cog
// Created by Christopher Snowhill on 10/9/13.
#import <Cocoa/Cocoa.h>
@interface NSData (MD5)
- (NSString*)MD5;
@end