hailelagi / opal

An openPGP encryption and decryption library via rust NIF bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An openPGP encryption and decryption library via rust NIF bindings.


Languages

Language:Elixir 84.7%Language:Rust 15.3%