Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/system76/elixir-mcrypt

Elixir NIF wrapper around libmcrypt
https://github.com/system76/elixir-mcrypt

Last synced: 2 months ago
JSON representation

Elixir NIF wrapper around libmcrypt

Awesome Lists containing this project

README

        

# Mcrypt

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add mcrypt to your list of dependencies in `mix.exs`:

def deps do
[{:mcrypt, "~> 0.0.1"}]
end

2. Ensure mcrypt is started before your application:

def application do
[applications: [:mcrypt]]
end