mirror of https://github.com/oxen-io/session-ios
Clean up.
parent
db92704b50
commit
2c9c028504
@ -1 +1 @@
|
||||
Subproject commit d16f91410fa1d9859a910b6f2b6e2369fb6d0377
|
||||
Subproject commit f62516a6d38a44a322bd115f913e83e2941e404f
|
@ -1,9 +0,0 @@
|
||||
//
|
||||
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
@interface SecurityUtils : NSObject
|
||||
|
||||
+ (NSData *)generateRandomBytes:(NSUInteger)length;
|
||||
|
||||
@end
|
@ -1,15 +0,0 @@
|
||||
//
|
||||
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
#import "SecurityUtils.h"
|
||||
#import <Curve25519Kit/Randomness.h>
|
||||
|
||||
@implementation SecurityUtils
|
||||
|
||||
+ (NSData *)generateRandomBytes:(NSUInteger)length
|
||||
{
|
||||
return [Randomness generateRandomBytes:(int)length];
|
||||
}
|
||||
|
||||
@end
|
Loading…
Reference in New Issue