Commit 5147349f authored by manuroe's avatar manuroe
Browse files

OLMKit: OMLPkSigning: Zero mutableSeed

parent 89357b6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@
        return nil;
    }

    [mutableSeed resetBytesInRange:NSMakeRange(0, mutableSeed.length)];

    NSString *publicKey = [[NSString alloc] initWithData:publicKeyData encoding:NSUTF8StringEncoding];
    return publicKey;
}