Hi Go Forum,
I’m looking for a reliable go implementation for aes-gcm-siv (RFC 8452).
The only one I found is https://github.com/secure-io/siv-go, but its readme says:
“Warning - This package is just an experimental proof-of-concept implementation.”.
It has to be exactly that algorithm in order to be compatible with the original rust implementation.
The search engines failed me, so asking the community is my next option.
Thank you for your time.
Regards
Blackoverflow