Cryptography in Elixir using Rustler
I recently started learning Rust and I didn't wait long to try writing a NIF
library for Elixir. My toy project block_keys is using a C NIF for the
libsecp256k1 library used to create Bitcoin (and similar) PKI and also sign
transactions. Parity wrote a pure Rust implementation of