Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/system76/elixir-mcrypt
- Owner: system76
- License: mit
- Created: 2015-11-30T18:48:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T16:42:56.000Z (over 8 years ago)
- Last Synced: 2024-10-29T08:44:58.975Z (2 months ago)
- Language: Elixir
- Size: 25.4 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"}]
end2. Ensure mcrypt is started before your application:
def application do
[applications: [:mcrypt]]
end