AES-SIV implementation in Elixir?

Dear elixir programmers,

I am currently having a project where the server sends me a nonce to be used in a AES-SIV encryption scheme (rfc 5297).
I have seen no implementation of it in elixir/erlang, whatsoever.
However, I have seen implementations in Rust, also a project of “rust to elixir” porting, but I am not sure it is the way to go.
So before continuing on my project, I wanted to ask for your take on that.

With many thanks :blush: