miscreant / meta

Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
https://miscreant.io
Other
474 stars 27 forks source link

Erlang support #89

Open shivno opened 6 years ago

shivno commented 6 years ago

Perhaps the Rust version could be used to support Erlang and Elixir through Erlangs http://erlang.org/doc/tutorial/nif.html and http://hansihe.com/2017/02/05/rustler-safe-erlang-elixir-nifs-in-rust.html. Sadly i can not pull this off.

tarcieri commented 6 years ago

Had not heard of Rustler, but it sounds cool. If it works that sounds like the way to go.