On his repository ericelliott says that the "random" group of the cuid should be generated using cryptographically secure libraries where available.
Wouldn't it be more secure to generate them using SecRandomCopyBytes, than by using arc4random_uniform as its done now?
On his repository ericelliott says that the "random" group of the cuid should be generated using cryptographically secure libraries where available.
Wouldn't it be more secure to generate them using SecRandomCopyBytes, than by using arc4random_uniform as its done now?