mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-04-27 15:07:44 +00:00
12 lines
173 B
Objective-C
12 lines
173 B
Objective-C
//
|
|
// SHA256TreeHash.h
|
|
// Arq
|
|
//
|
|
// Created by Stefan Reitshamer on 9/12/12.
|
|
//
|
|
//
|
|
|
|
|
|
@interface SHA256TreeHash : NSObject
|
|
+ (NSData *)treeHashOfData:(NSData *)data;
|
|
@end
|