Nonce

A value used once during a cryptographic operation and then discarded.

Nonces.swift:31
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
struct Nonce

Don’t reuse the same nonce for multiple calls to encryption APIs. It’s critical that nonces are unique per call to encryption APIs in order to protect the integrity of the encryption.