Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
//
//  NSData+Hash.h
//  DynamicEngine
//
//  Created by Mobile3D on 16/04/14.
//  Copyright (c) 2014 Mobile3D. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface NSData (Hash)

- (NSData *) sha256;

- (NSString*) sha256AsString;

@end