Bruce YinheWriting Your First Erlang NIF in RustCreate new rustler-based Erlang NIFs in Rust in no timeDec 11, 2022Dec 11, 2022
Bruce YinheSign and verify ECDSA signature in ErlangSigning and verifying an ECDSA signature in Erlang is easy thanks to the support in the public_key and the crypto module.Mar 26, 2021Mar 26, 2021
Bruce YinheHow to encrypt with AES-256-GCM in ErlangEncrypting a string with AES-256-GCM with a 256-bit key and an initialization vector (IV) (also called a nonce) plus any additional…Jan 21, 2021Jan 21, 2021
Bruce YinheUsing curl with TLS client certificateGenerate private key .key and certificate signing request .csr [1].Nov 27, 2020Nov 27, 2020
Bruce YinheErlang Quick InstallBefore you can play around with Erlang, you’ll need to get it installed. There is a complete installation guide that covers all the…Aug 13, 20151Aug 13, 20151
Bruce YinheBuilding Your First Erlang App Using Rebar3Rebar3 is a build tool and package management tool for Erlang. Creating and publishing your Erlang packages is simple thanks to Rebar3.Jul 14, 20152Jul 14, 20152