MASTG-TEST-0063 乱数生成のテスト (Testing Random Number Generation)
概要
静的解析
func SecRandomCopyBytes(_ rnd: SecRandomRef?,
_ count: Int,
_ bytes: UnsafeMutablePointer<UInt8>) -> Int32int SecRandomCopyBytes(SecRandomRef rnd, size_t count, uint8_t *bytes);int result = SecRandomCopyBytes(kSecRandomDefault, 16, randomBytes);動的解析
Last updated