We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f1b8a + 613ba0c commit 1692564Copy full SHA for 1692564
CGMBLEKit/AESCrypt.m
@@ -13,7 +13,7 @@ @implementation AESCrypt
13
14
+ (NSData *)encryptData:(NSData *)data usingKey:(NSData *)key error:(NSError * _Nullable __autoreleasing *)error
15
{
16
- NSMutableData *dataOut = [[NSMutableData alloc] initWithLength:data.length + kCCBlockSizeAES128];
+ NSMutableData *dataOut = [NSMutableData dataWithLength: data.length + kCCBlockSizeAES128];
17
18
CCCryptorStatus status = CCCrypt(kCCEncrypt,
19
kCCAlgorithmAES,
xDripG5.podspec
0 commit comments