/opal

An openPGP encryption and decryption library via rust NIF bindings.

Primary LanguageElixir

Opal

An openPGP encryption and decryption library via rust NIF bindings. Backend currently uses sequoia.

This project started as a part of spawnfest 2022 as a way for me to learn more about cryptography and rust. All code here is provided "as is", terrible, awful, bad code and you probably shouldn't be using PGP anyway

Installation

addopal to your list of dependencies in mix.exs:

def deps do
  [
    {:opal, "~> 0.1.0"}
  ]
end