add comment

pull/1/head
Michael Kirk 7 years ago
parent b75bc27d55
commit 1295a09ab3

@ -816,6 +816,7 @@ const NSUInteger kAES256_KeyByteLength = 32;
+ (void)seedRandom
{
// We should never use rand(), but seed it just in case it's used by 3rd-party code
unsigned seed = [Cryptography randomUnsigned];
srand(seed);
}

Loading…
Cancel
Save