Packages

Crypto implementation in Elixir, using Erlang crypto, public_key and OpenSSL ports.

Current section

Files

Jump to
krypto test ex_crypto_test.exs
Raw

test/ex_crypto_test.exs

defmodule ExKeypairTest do
use ExUnit.Case
doctest ExKeypair
test "the truth" do
assert 1 + 1 == 2
end
end