OLMKit: OMLPkSigning: Zero mutableSeed
This commit is contained in:
parent
89357b6a49
commit
5147349fea
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
[mutableSeed resetBytesInRange:NSMakeRange(0, mutableSeed.length)];
|
||||
|
||||
NSString *publicKey = [[NSString alloc] initWithData:publicKeyData encoding:NSUTF8StringEncoding];
|
||||
return publicKey;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue