16 lines
207 B
C
16 lines
207 B
C
|
//
|
||
|
// OLMUtility.h
|
||
|
// olm
|
||
|
//
|
||
|
// Created by Chris Ballinger on 4/8/16.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface OLMUtility : NSObject
|
||
|
|
||
|
+ (NSData*) randomBytesOfLength:(NSUInteger)length;
|
||
|
|
||
|
@end
|