This diff implements a function, that generates AES-256 key using platforms' native APIs.
iOS docs: https://developer.apple.com/documentation/cryptokit/aes/gcm/nonce
Android docs: https://developer.android.com/reference/kotlin/javax/crypto/KeyGenerator
Depends on D7002