Is it possible to use the AES-256-GCM-SIV from crypto:crypto_one_time_aead/6?
No. crypto does not seem to implement the SIV Mode in OpenSSL.
@sverker Thank you for the answer. Is it make sense to add to the erlang crypto? I have a prototype at GitHub - wingyplus/otp at aes-gcm-siv · GitHub so I can polish and open a pull request if it is make sense.