ex_oqs - Elixir wrapper around open source quantum safe cryptography algorithm

Folks,

I’ve releasing a wrapper around the open source quantum safe library - liboqs liboqs. This wrapper enable the NIST PQC algorithm to be used inside the Elixir environment.

However this is just a raw wrapper means it doesn’t do much save just invoke the shared library of the liboqs. So in next iterations the following shall be in:

  • Self contain encoding/decoding of PQC keypair
  • Self contain encoding/decoding of PQC signature output

I’m excited when this is the 1st NIF project that I’ve done. I maintained also Ruby binding for liboqs also but not as complex as Erlang/Elixir NIF.

Please check it out here

Cheers!

Chris

1 Like